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

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

Build:
DEFAULT BRANCH: master
Ran 05 Mar 2019 12:43PM UTC
Files 1028
Run time 764min
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

05 Mar 2019 12:43PM UTC coverage: 79.177% (+4.0%) from 75.201%
1560.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

62681 of 79166 relevant lines covered (79.18%)

1.05 hits per line

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