GitHub user NamanRastogi opened a pull request:
https://github.com/apache/carbondata/pull/3064
[WIP] Updated DOC for No-Sort Compaction and a few Fixes
1. Updated Doc
2. Checking SORT_SCOPE in session property CARBON.TABLE.LOAD.SORT.SCOPE in
CarbonTable.getSortScope()
3. Throw error when an invalid command is executed through SET Command.
4. Other Minor Fixes
- [x] Any interfaces changed? -> NO
- [x] Any backward compatibility impacted? -> NO
- [x] Document update required? -> NO
- [x] Testing done -> Yes
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NamanRastogi/carbondata
nosort_compaction_imporv
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/3064.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 #3064
----
commit 78828ad9c508e2c35e9c9f6f17f81a874c7410c7
Author: namanrastogi <naman.rastogi.52@...>
Date: 2019-01-10T09:10:23Z
Updated DOC for No-Sort Compaction
----
---