Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1520#discussion_r151832059
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1406,6 +1405,13 @@
public static final String LAST_UPDATE_TIME = "Last Update Time";
+ /**
+ * this will be used to skip / ignore empty lines while loading
+ */
+ public static final String CARBON_SKIP_EMPTY_LINE =
"carbon.skip.empty.line";
--- End diff --
I think it should be annoted as @CarbonProperty
---