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

apache / carbondata / 1731
76%

Build:
DEFAULT BRANCH: master
Ran 31 May 2019 12:28PM UTC
Jobs 1
Files 1061
Run time 58s
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
1731

push

jenkins

ravipesala
[CARBONDATA-3403]Fix MV is not working for like and filter AND and OR queries

Problem:
MV table is not hit during query for like and filter AND and OR queries,
When we have like or filter queries, the queries will have literals which will be case sensitive to fetch the data.
But dring MV modular plan generation, we register the schema for datamap where we convert the complete datamap query to lower case, which will even convert the literals.
So after modular plan generation of user query, during matching pahse of modular plan of datamap and user query, the semantic equals fails for literals, that is Attribute reference type.
Solution: Do not convert the query to lower case when registering schema, that is when adding the preagg fun to query. So it will be handled for MV
For preaggregate, instead converting complete query to lowercase, convert to lower case during ColumnTableRelation generation and createField for preaggregate generation, so it will be handled for preaggregate.

This closes #3242

63952 of 82686 relevant lines covered (77.34%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1731.1 31 May 2019 12:28PM UTC 0
77.34
Source Files on build 1731
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1731
  • 32f5b505 on github
  • Prev Build on master (#1730)
  • Next Build on master (#1732)
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