ArnavBalyan commented on code in PR #8456:
URL: https://github.com/apache/incubator-gluten/pull/8456#discussion_r1907672960


##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -2278,4 +2281,11 @@ object GlutenConfig {
         "Otherwise, broadcast build relation will use onheap memory.")
       .booleanConf
       .createWithDefault(false)
+
+  val ENCRYPTED_PARQUET_FALLBACK_ENABLED =
+    buildStaticConf("spark.gluten.sql.fallbackEncryptedParquet")

Review Comment:
   updated, this config changing at runtime is an unlikely event, kept removed 
static to allow any such usecases



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