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

apache / carbondata / 714
76%

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

pending completion
714

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

6 of 6 new or added lines in 1 file covered. (100.0%)

57001 of 70171 relevant lines covered (81.23%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 714.1 24 Jul 2018 10:52AM UTC 0
81.23
Source Files on build 714
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #714
  • b853963b on github
  • Prev Build on master (#713)
  • Next Build on master (#715)
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