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

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

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

21 Mar 2019 08:06PM UTC coverage: 79.169% (+0.02%) from 79.154%
1594.1

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

Source Files on job 1594.1
  • Tree
  • List 0
  • Changed 21
  • Source Changed 10
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1594
  • 6fd81af1 on github
  • Prev Job for on master (#1593.1)
  • Next Job for on master (#1595.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