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

apache / carbondata / 1791
76%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2019 09:36AM UTC
Jobs 1
Files 1067
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

pending completion
1791

push

jenkins

kumarvishal09
[CARBONDATA-3444]Fix MV query failure when column name and table name is same in case of join scenario

Problem:
when there are columns with same in different table, after sql generation, the project column will be like gen_subsumer_0.product ,
it fails during logical plan generation from rewritten query, as column names will be ambigous

Solution:
update the outputlist when there are duplicate columns present in query. Here we can form the qualified name for the Attribute reference.
So when qualifier is defined for column, the qualified name wil be like <col_qualifier_name>_<col.name>,
if qualifier is not defined, then it will be <col_exprId_id>_<col.name>. So update for all the nodes like groupby , select nodes,
so that it will be handled when there will be amguity in columns.

This closes #3297

64835 of 83398 relevant lines covered (77.74%)

1.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1791.1 22 Jun 2019 09:36AM UTC 0
77.74
Source Files on build 1791
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1791
  • 2b0e79c6 on github
  • Prev Build on master (#1790)
  • Next Build on master (#1793)
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