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

apache / carbondata / 10230
80%
master: 76%

Build:
Build:
LAST BUILD BRANCH: presto-coverage
DEFAULT BRANCH: master
Ran 27 Dec 2018 04:41PM UTC
Jobs 1
Files 1028
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
10230

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.

9 of 9 new or added lines in 2 files covered. (100.0%)

62071 of 77513 relevant lines covered (80.08%)

1.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10230.1 27 Dec 2018 04:41PM UTC 0
80.08
Source Files on build 10230
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #10230
  • 4990e1d5 on github
  • Prev Build on master_perf_vector (#9614)
  • Next Build on master_perf_vector (#2251)
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