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

apache / carbondata / 1594
76%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2019 08:06PM UTC
Jobs 1
Files 1033
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

pending completion
1594

push

jenkins

ravipesala
[CARBONDATA-3293] Prune datamaps improvement for count(*)

Problem:
(1) Currently for count (*) , the prune is same as select * query. Blocklet and ExtendedBlocklet are formed from the DataMapRow and that is of no need and it is a time consuming process.
(2) Checking the update/delete status all the time.

Solution:
(1) We have the blocklet row count in the DataMapRow itself, so it is just enough to read the count. With this count (*) query performance can be improved.
(2) No need to check the update/delete status all the time unless the table is not updated/deleted.

This closes #3148

62857 of 79396 relevant lines covered (79.17%)

1.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1594.1 21 Mar 2019 08:06PM UTC 0
79.17
Source Files on build 1594
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1594
  • 6fd81af1 on github
  • Prev Build on master (#1593)
  • Next Build on master (#1595)
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