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

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

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2019 08:46AM UTC
Files 1028
Run time 5min
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

06 Mar 2019 08:46AM UTC coverage: 74.151% (-5.0%) from 79.177%
1561.1

push

jenkins

xuchuanyin
[CARBONDATA-3305] Support show metacache command to list the cache sizes for all tables

>>> SHOW METACACHE
+--------+--------+----------+------------+---------------+
|Database|Table   |Index size|Datamap size|Dictionary size|
+--------+--------+----------+------------+---------------+
|ALL     |ALL     |842 Bytes |982 Bytes   |80.34 KB       |
|default |ALL     |842 Bytes |982 Bytes   |80.34 KB       |
|default |t1      |225 Bytes |982 Bytes   |0              |
|default |t1_dpagg|259 Bytes |0           |0              |
|default |t2      |358 Bytes |0           |80.34 KB       |
+--------+--------+----------+------------+---------------+

>>> SHOW METACACHE FOR TABLE t1
+----------+---------+----------------------+
|Field     |Size     |Comment               |
+----------+---------+----------------------+
|Index     |225 Bytes|1/1 index files cached|
|Dictionary|0        |                      |
|dpagg     |259 Bytes|preaggregate          |
|dblom     |982 Bytes|bloomfilter           |
+----------+---------+----------------------+

>>> SHOW METACACHE FOR TABLE t2
+----------+---------+----------------------+
|Field     |Size     |Comment               |
+----------+---------+----------------------+
|Index     |358 Bytes|2/2 index files cached|
|Dictionary|80.34 KB |                      |
+----------+---------+----------------------+

This closes #3078

58702 of 79166 relevant lines covered (74.15%)

1.0 hits per line

Source Files on job 1561.1
  • Tree
  • List 0
  • Changed 252
  • Source Changed 0
  • Coverage Changed 252
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1561
  • 718be372 on github
  • Prev Job for on master (#1560.1)
  • Next Job for on master (#1562.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