GitHub user jatin9896 opened a pull request:
https://github.com/apache/carbondata/pull/2507
[CABONDATA-2741]Fix for fetching random query order by set in case of
restructure
Description :
Using AttributeSet changes the order id of the query, as a set does not
maintain order. so, changes the same with Sequence.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? No
- [ ] Any backward compatibility impacted? No
- [ ] Document update required? No
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required? yes
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA. Na
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jatin9896/incubator-carbondata CARBONDATA-2741
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2507.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2507
----
commit d4fd5ef44b2528b00456f19f02cee73cd9d427c2
Author: Jatin <jatin.demla@...>
Date: 2018-07-13T15:30:33Z
Fix for fetching random query order by set in case of restructure
----
---