Indhumathi27 commented on a change in pull request #4177:
URL: https://github.com/apache/carbondata/pull/4177#discussion_r676586533
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2648,4 +2658,16 @@ private CarbonCommonConstants() {
public static final String CARBON_SDK_EMPTY_METADATA_PATH =
"emptyMetadataFolder";
+ /**
+ * Property to identify if the spark version is above 3.x version
+ */
+ public static final String CARBON_SPARK_VERSION_SPARK3 =
"carbon.spark.version.spark3";
Review comment:
This is not a carbon property. It is only for internal purpose, where we
check the version in code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]