Github user zzcclp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1714#discussion_r158714905
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1108,6 +1114,11 @@
*/
public static final String CARBON_DATA_FILE_DEFAULT_VERSION = "V3";
+ /**
+ * current CarbonData version
+ */
+ public static final String CARBONDATA_DEFAULT_VERSION = "1.3.0-SNAPSHOT";
--- End diff --
I think it's a good way to do like spark, it's not complexity , I can help
you to implement this.
---