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

apache / carbondata / 883
76%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2018 03:15PM UTC
Jobs 1
Files 987
Run time 70min
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
883

push

jenkins

ravipesala
[HOTFIX] Fixed Query performance issue

Problem: Query performance is slower than 1.4
Root cause: In CarbonScanRDD it is getting TaskContext onCompleteCallbacks Field using reflection to check whether already InsertTaskCompletionListener is already added or not to avoid adding two taskcompletion listener in case of insert into. This Scala reflection call is taking ~2 seconds for each query task. Because of this query is slower.
Solution: Now added Java reflection to get the onCompleteCallbacks field from TaskContextImpl class
Query Time:
Old: ~59 seconds
New: ~33 seconds

This closes #2622

3 of 3 new or added lines in 1 file covered. (100.0%)

55182 of 70693 relevant lines covered (78.06%)

1.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 883.1 09 Aug 2018 03:15PM UTC 0
78.06
Source Files on build 883
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #883
  • b5609b07 on github
  • Prev Build on master (#880)
  • Next Build on master (#885)
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