GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1574
[CARBONDATA-1816] Changing BAD_RECORDS_ACTION default action to FAIL
Currently, the default action is FORCE, this may allow the user by default
to load bad records also. So, changing the default action of BAD_RECORDS_ACTION
to FAIL will alert the user if any bad_records are there in the loading data.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] 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/dhatchayani/incubator-carbondata
bad_rec_action
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1574.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 #1574
----
commit 40c2c3d111e8b100cbf42e38c60649caed461d46
Author: dhatchayani <[email protected]>
Date: 2017-11-27T09:45:17Z
[CARBONDATA-1816] Changing BAD_RECORDS_ACTION default action to FAIL
----
---