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

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

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2018 09:49AM UTC
Files 991
Run time 49s
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

27 Aug 2018 09:49AM UTC coverage: 80.543% (-0.2%) from 80.713%
916.1

push

jenkins

kumarvishal09
[CARBONDATA-2885] Broadcast Issue and Small file distribution Issue

Issue :-

In External Table Carbon Relation sizeInByte is wrong (always 0) because of this Join Queries are identified for broadcast even
Table actual size is > 10MB( default broadcast).This is making fail some of the join table ( table which should select sortmergeJoin but
because of wrong calculation it gone for broadcast join)

if Merge_small_file task distribution is enabled ,Join queries are failed (TPCH).
carbon opens many carbon files but it not getting closed.

Root Cause :-
1. Current relation size calculation is based on tablestatus file but since
External Table does not have tablestatus file so always zero was returned.
2. if Merge_small_file task distribution is enabled carbon opens many carbon files but it not getting closed.
Solution :-

if Table is External Table then calculate size from TablePath .
close the carbon files for scan is finished.

This closes #2658

57278 of 71115 relevant lines covered (80.54%)

1.07 hits per line

Source Files on job 916.1
  • Tree
  • List 0
  • Changed 22
  • Source Changed 2
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 916
  • 1fb1f19f on github
  • Prev Job for on master (#915.1)
  • Next Job for on master (#917.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