baibaichen commented on code in PR #7333:
URL: https://github.com/apache/incubator-gluten/pull/7333#discussion_r1776170588


##########
backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHBackend.scala:
##########
@@ -130,6 +130,12 @@ object CHBackendSettings extends BackendSettingsApi with 
Logging {
 
   val GLUTEN_AQE_PROPAGATEEMPTY: String = 
CHConf.prefixOf("aqe.propagate.empty.relation")
 
+  val GLUTEN_ALLOW_READ_JSON: String =
+    GlutenConfig.GLUTEN_CONFIG_PREFIX + CHBackend.BACKEND_NAME +

Review Comment:
   use CHConf.runtimeSettings instead of `GlutenConfig.GLUTEN_CONFIG_PREFIX + 
CHBackend.BACKEND_NAME+".runtime_settings"`



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to