Skip to content

Commit

Permalink
refine config
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai-xu committed Sep 26, 2024
1 parent a9a10cd commit 0b0c5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ object CHBackendSettings extends BackendSettingsApi with Logging {

val GLUTEN_AQE_PROPAGATEEMPTY: String = CHConf.prefixOf("aqe.propagate.empty.relation")

val GLUTEN_ALLOW_READ_JSON: String = CHConf.runtimeSettings("settings.allow_read_json")
val GLUTEN_ALLOW_READ_JSON: String = CHConf.runtimeSettings("allow_read_json")

val GLUTEN_ALLOW_READ_JSON_DEFAULT = true

Expand Down

0 comments on commit 0b0c5c9

Please sign in to comment.