Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CARBONDATA-271]Fixed non filter data mismatch issue. #196

Closed

Conversation

kumarvishal09
Copy link
Contributor

Problem: While generating the default end key we are taking LONG.MAX key and using segment key generator we are generating the end key if cardinality is less than it will give some value with in its cardinality and btree searching will fail

Solution: From segment property get the dimension cardinality as this is the max value for segment

@kumarvishal09 kumarvishal09 force-pushed the NonFilterDataMismatchIssue branch from db865d4 to 8f661e3 Compare September 23, 2016 11:18
@kumarvishal09
Copy link
Contributor Author

@kumarvishal09 kumarvishal09 force-pushed the NonFilterDataMismatchIssue branch from 8f661e3 to 31ee4ca Compare September 23, 2016 11:36
@kumarvishal09
Copy link
Contributor Author

@gvramana
Copy link
Contributor

So impact of the problem is:
Some of the block-lets can get skipped as filter key we are making is not proper.

@gvramana
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants