GitHub user NamanRastogi opened a pull request:
https://github.com/apache/carbondata/pull/3014
[WIP] Added load level SORT_SCOPE
### Load level SORT_SCOPE
```sql
LOAD DATA INPATH 'path/to/data.csv'
INTO TABLE my_table
OPTIONS (
'sort_scope'='no_sort'
)
```
### Priority of SORT_SCOPE
1. Load Level (if provided)
2. Table level (if provided)
3. Default
=====
- [x] Any interfaces changed? ---> No
- [x] Any backward compatibility impacted? ---> No
- [x] Document update required? ---> Yes
- [ ] Testing done
- [ ] 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 load_sort_scope
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/3014.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 #3014
----
commit f2bb306acfb3af095b6306be4793acaf8b8380f2
Author: namanrastogi <naman.rastogi.52@...>
Date: 2018-12-21T07:33:30Z
Added load level SORT_SCOPE
----
---