akashrn5 commented on a change in pull request #3875:
URL: https://github.com/apache/carbondata/pull/3875#discussion_r491866753
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2525,4 +2525,9 @@ private CarbonCommonConstants() {
* property which defines the presto query default value
*/
public static final String IS_QUERY_FROM_PRESTO_DEFAULT = "false";
+
+ /**
+ * property to send load model from coordinator to worker in presto
+ */
+ public static final String CARBON_PRESTO_LOAD_MODEL =
"presto.carbondata.encoded.loadmodel";
Review comment:
its not configurable by user. You are right. I have moved the constant
to `CarbonTableConfig` in presto module and renamed it to
`carbondata.presto.encoded.loadmodel`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]