GitHub user ndwangsen reopened a pull request:
https://github.com/apache/carbondata/pull/2397
[CARBONDATA-2644][Dataload]ADD carbon.load.sortMemory.spill.percentage
parameter invalid value check
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [x] Any interfaces changed?
NA
- [x] Any backward compatibility impacted?
NO
- [x] Document update required?
NO
- [x] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
Testing done UT
- How it is tested? Please attach test report.
add example for it
- Is it a performance related change? Please attach the performance
test report.
NA
- Any additional information to help reviewers in testing this
change.
NA
- [x] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NO
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ndwangsen/incubator-carbondata bugfix_dts12160
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2397.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 #2397
----
commit 736c571ce911374d8cde16f9d6f64b310984f5e9
Author: ndwangsen <luffy.wang@...>
Date: 2018-06-22T04:02:36Z
ADD carbon.load.sortMemory.spill.percentage parameter invalid value
check
----
---