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

apache / carbondata / 1397
76%

Build:
DEFAULT BRANCH: master
Ran 26 Dec 2018 09:23AM UTC
Jobs 1
Files 1019
Run time 1min
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
1397

push

jenkins

ravipesala
[CARBONDATA-3080] Supporting local dictionary enable by default for SDK

Enabled Local dictionary by default for SDK and handle below issues

In Local dictionary enabled if same cols given multiple times then duplicate projection cols gives empty records in SDK reader.
Solution :- added mapping of projection cols v/s carbon fetch col (remove duplicate while fetching data)

In SDK reader ,Same TaskID is assigned when run CSDKReader reads blocks. For Ex. Read Seq -> read parallel.In this case During Sequence read TaskID is assinged in main thread and during parallel read also all thread got same TaskId (InheritableThreadLocal). This causing some time JVM crash as in concurrent read. refer testReadParallely() testcase .
Solution :- During freeallmemory () clear the Taskinfo also.

This closes #2897

35 of 35 new or added lines in 7 files covered. (100.0%)

61537 of 77926 relevant lines covered (78.97%)

1.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1397.1 26 Dec 2018 09:23AM UTC 0
78.97
Source Files on build 1397
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1397
  • 128a6c86 on github
  • Prev Build on master (#1396)
  • Next Build on master (#1398)
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