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

apache / carbondata / 1464
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1464.1 16 Jan 2019 04:22PM UTC 0
77.77
Source Files on build 1464
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1464
  • 96084138 on github
  • Prev Build on master (#1465)
  • Next Build on master (#1466)
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