Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2818#discussion_r230977735
--- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ---
@@ -1558,4 +1564,6 @@ private void validateStringCharacterLimit() {
CarbonCommonConstants.CARBON_MINMAX_ALLOWED_BYTE_COUNT_DEFAULT);
}
}
+
+
--- End diff --
no need two empty lines
---