• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / carbondata / 1806 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2019 08:04AM UTC
Files 1067
Run time 5min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2019 08:04AM UTC coverage: 77.707% (-0.006%) from 77.713%
1806.1

push

jenkins

kumarvishal09
[CARBONDATA-3448] Fix wrong results in preaggregate query with spark adaptive execution

problem: Wrong results in preaggregate query with spark adaptive execution

Spark2TestQueryExecutor.conf.set(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key, "true")

cause: For preaggreagate, segment info is set into threadLocal. when adaptive execution is called, spark is calling getInternalPartition in
another thread where updated segment conf is not set. Hence it is not using the updated segments.

solution: CarbonScanRdd is already having the sessionInfo, use it instead of taking session info from the current thread.

This closes #3303

64934 of 83563 relevant lines covered (77.71%)

1.02 hits per line

Source Files on job 1806.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1806
  • 9b2ef53a on github
  • Prev Job for on master (#1805.1)
  • Next Job for on master (#1808.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc