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

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

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

31 May 2019 12:28PM UTC coverage: 77.343% (+1.3%) from 76.033%
1731.1

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

Source Files on job 1731.1
  • Tree
  • List 0
  • Changed 146
  • Source Changed 2
  • Coverage Changed 145
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1731
  • 32f5b505 on github
  • Prev Job for on master (#1730.1)
  • Next Job for on master (#1732.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