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

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

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2018 07:39PM UTC
Files 991
Run time 43s
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

26 Aug 2018 07:39PM UTC coverage: 75.541% (-5.1%) from 80.674%
914.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

53714 of 71106 relevant lines covered (75.54%)

0.98 hits per line

Source Files on job 914.1
  • Tree
  • List 0
  • Changed 195
  • Source Changed 8
  • Coverage Changed 195
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 914
  • f81543e9 on github
  • Prev Job for on master (#912.1)
  • Next Job for on master (#913.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