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

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

Build:
DEFAULT BRANCH: master
Ran 26 Dec 2018 09:23AM UTC
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

26 Dec 2018 09:23AM UTC coverage: 78.969% (-0.007%) from 78.976%
1397.1

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

61537 of 77926 relevant lines covered (78.97%)

1.05 hits per line

Source Files on job 1397.1
  • Tree
  • List 0
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1397
  • 128a6c86 on github
  • Prev Job for on master (#1396.1)
  • Next Job for on master (#1398.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