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

apache / carbondata / 2251 / 1
80%
master: 76%

Build:
Build:
LAST BUILD BRANCH: presto-coverage
DEFAULT BRANCH: master
Ran 27 Dec 2018 05:38PM UTC
Files 1027
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

27 Dec 2018 05:38PM UTC coverage: 80.238% (+0.2%) from 80.078%
2251.1

push

jenkins

s71955
[CARBONDATA-3090][Integration] optimizing the columnar vector filling flow by removing unwanted filter check.

## What changes were proposed in this pull request?
optimizing the columnar vector filling flow by removing unwanted filter check, currently while filling the column vectors as part of vector reading flow in the carbon query,  while processing the batch of rows there is a filter condition check which will validate each row whether its part of filter, since the batch already has filtered rows while filling the columnvector , the filter check is not useful, and even in the current flow the boolean filteredRows[] is never been set, always the values will be false.
As part of the optimization this redundant validation of filter check is been removed.

## How was this patch tested?
Existing Unit test.

62249 of 77580 relevant lines covered (80.24%)

1.06 hits per line

Source Files on job 2251.1
  • Tree
  • List 0
  • Changed 72
  • Source Changed 0
  • Coverage Changed 72
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2251
  • 4990e1d5 on github
  • Prev Job for on master_perf_vector (#10230.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