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

apache / carbondata / 1561
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1561.1 06 Mar 2019 08:46AM UTC 0
74.15
Source Files on build 1561
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1561
  • 718be372 on github
  • Prev Build on master (#1560)
  • Next Build on master (#1562)
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