Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1574#discussion_r153420051
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1276,7 +1276,7 @@
@CarbonProperty
public static final String CARBON_BAD_RECORDS_ACTION =
"carbon.bad.records.action";
- public static final String CARBON_BAD_RECORDS_ACTION_DEFAULT = "FORCE";
+ public static final String CARBON_BAD_RECORDS_ACTION_DEFAULT = "FAIL";
--- End diff --
Can you add comment to describe the behavior for 'FAIL'
---