GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/1404
[CARBONDATA-1541] There are some errors when bad_records_action is IGNORE
Fix error:
1.When table only have one column and the column data is INT, it should be
success
2.when sort_columns is null,it should be success
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata badRecordAction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1404.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 #1404
----
commit 00d3483e4a0dab7e14d16524e049122eabb753f7
Author: xubo245 <[email protected]>
Date: 2017-10-09T08:28:03Z
[CARBONDATA-1541] There are some errors when bad_records_action is IGNORE
----
---