GitHub user praveenmeenakshi56 opened a pull request:
https://github.com/apache/carbondata/pull/2652
[CARBONDATA-2879] Supported Sort Scope for SDK
### What was the problem?
For SDK, only Local sort was supported.
### What has been Changed?
Hard coding of Local_Sort has been removed.
Batch_Sort and No_Sort have been supported.
In case of no options specified, default option changed to Local_ Sort
- [ ] Any interfaces changed?
NA
- [ ] Any backward compatibility impacted?
NA
- [ ] Document update required?
Yes, will be updated later.
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- 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.
Testing done and UT's added.
- [ ] 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/praveenmeenakshi56/carbondata sdk_sort
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2652.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 #2652
----
commit 0553bf8f912511c8a806106b1d76fd7f17fee984
Author: praveenmeenakshi56 <praveenmeenakshi56@...>
Date: 2018-08-23T10:28:35Z
Supported Sort Scope for SDK
----
---