Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2104#discussion_r177416365
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1297,6 +1297,12 @@
public static final String CARBON_SESSIONSTATE_CLASSNAME =
"spark.carbon.sessionstate.classname";
+ /**
+ * This property will be used to configure the sqlastbuilder class.
--- End diff --
This required for decouple feature.---
