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

apache / carbondata / 1806
76%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2019 08:04AM UTC
Jobs 1
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

pending completion
1806

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

Jobs
ID Job ID Ran Files Coverage
1 1806.1 26 Jun 2019 08:04AM UTC 0
77.71
Source Files on build 1806
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1806
  • 9b2ef53a on github
  • Prev Build on master (#1805)
  • Next Build on master (#1808)
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