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

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

Build:
DEFAULT BRANCH: master
Ran 16 Jan 2019 04:22PM UTC
Files 1026
Run time 2min
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

16 Jan 2019 04:22PM UTC coverage: 77.768% (-0.2%) from 78.0%
1464.1

push

jenkins

ravipesala
[HOTFIX] Exclude filter doesn't work in presto carbon in cluster

problem1: Exclude filter fails in cluster for presto carbon with exception.

java.lang.NoClassDefFoundError: org/roaringbitmap/RoaringBitmap
        at org.apache.carbondata.core.scan.filter.FilterUtil.prepareExcludeFilterMembers(FilterUtil.java:826)
        at org.apache.carbondata.core.scan.filter.FilterUtil.getDimColumnFilterInfoAfterApplyingCBO(FilterUtil.java:776)
        at org.apache.carbondata.core.scan.filter.FilterUtil.getFilterListForAllValues(FilterUtil.java:884)

cause: RoaringBitmap jar is not added in the dependency, hence it is not present in the presto snapshot folder.
solution : include RoaringBitmap in dependency.

problem2: Local dictionary reset was not proper in vector for presto slice reader.
cause : For each batch local dictionary was resetting. Instead of the actual place reset.
solution : reset local dictionary when dictionary is set to null.

This closes #3060

61261 of 78774 relevant lines covered (77.77%)

1.03 hits per line

Source Files on job 1464.1
  • Tree
  • List 0
  • Changed 41
  • Source Changed 1
  • Coverage Changed 41
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1464
  • 96084138 on github
  • Prev Job for on master (#1465.1)
  • Next Job for on master (#1466.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