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

apache / carbondata / 914
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 914.1 26 Aug 2018 07:39PM UTC 0
75.54
Source Files on build 914
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #914
  • f81543e9 on github
  • Prev Build on master (#912)
  • Next Build on master (#913)
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