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

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

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2018 10:52AM UTC
Files 983
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

24 Jul 2018 10:52AM UTC coverage: 81.232% (-0.006%) from 81.238%
714.1

push

jenkins

xuchuanyin
[CARBONDATA-2774][BloomDataMap] Exception should be thrown if expression do not satisfy bloomFilter's requirement

If query on string column with bloom index using number as filter value, we would get wrong result. Because DDL will wrap the filter with a datatype conversion, and DatamapChooser chooses datamap by searching column deep down to all children of filter expression. However, bloom filter required the expression is simply column =/in filterValue. So bloom will fail to build any querymodel and no hit blocklet, such that we will get an empty result.

To avoid getting wrong answer silently, we thrown exception instead of only giving a error log currently.

For users who wants to get correct result, can fix the SQL using corresponding data type or disable bloom datamap.

This closes #2545

57001 of 70171 relevant lines covered (81.23%)

1.08 hits per line

Source Files on job 714.1
  • Tree
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 714
  • b853963b on github
  • Prev Job for on master (#713.1)
  • Next Job for on master (#715.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