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

apache / carbondata / 1740
76%

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2019 04:42AM UTC
Jobs 1
Files 1061
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

pending completion
1740

push

jenkins

ravipesala
[CARBONDATA-3407]Fix distinct, count, Sum query failure when MV is created on single projection column

Problem:
when MV datamap is created on single column as simple projection, sum, distinct,count queries are failing during sql conversion of modular plan. Basically there is no case to handle the modular plan when we have group by node without alias info and has select child node which is rewritten.

Solution:
the sql generation cases should take this case also, after that the rewritten query will wrong as alias will be present inside count or aggregate function.
So actually rewritten query should be like:
SELECT count(limit_fail_dm1_table.limit_fail_designation) AS count(designation) FROM default.limit_fail_dm1_table

This closes #3249

63984 of 82755 relevant lines covered (77.32%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1740.1 06 Jun 2019 04:42AM UTC 0
77.32
Source Files on build 1740
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1740
  • b0d5a5c7 on github
  • Prev Build on master (#1737)
  • Next Build on master (#1741)
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