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

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

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2018 09:34AM UTC
Files 991
Run time 50s
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:34AM UTC coverage: 80.713% (+5.2%) from 75.545%
915.1

push

jenkins

ravipesala
[HOTFIX]Fixed Join Query Performance issue

Problem
Join Query is taking for time in case of carbon as for some of the Join Query it is not reusing the exchange plan(Scanning+Snuffle) this is because in ReuseExchange it checking same result of two plan is same or not, in case of carbon it always giving false as SparkCarbonTable equals method is not overridden and comparison is failing.

Solution: Added equals method in SparkCarbonTableFormat

Tested TPCH query
Query:
select c_name, c_custkey, o_orderkey, o_orderdate, o_totalprice, sum(l_quantity) from customer, orders, lineitem where o_orderkey in ( select l_orderkey from lineitem group by l_orderkey having sum(l_quantity) > 300 ) and c_custkey = o_custkey and o_orderkey = l_orderkey group by c_name, c_custkey, o_orderkey, o_orderdate, o_totalprice order by o_totalprice desc, o_orderdate;

This closes #2650

57392 of 71106 relevant lines covered (80.71%)

1.07 hits per line

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