Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2877#discussion_r229578569
--- Diff:
core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ---
@@ -696,9 +697,6 @@ private void validateCarbonDataFileVersion() {
CarbonCommonConstants.CARBON_DATA_FILE_DEFAULT_VERSION);
}
}
- LOGGER.info("Carbon Current data file version: " + carbonProperties
--- End diff --
Log removal is intentional ? No need to log the current version?
---