ArnavBalyan commented on code in PR #8621:
URL: https://github.com/apache/incubator-gluten/pull/8621#discussion_r1933276375
##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -2310,4 +2312,13 @@ object GlutenConfig {
"count exceeds the total node count ratio.")
.doubleConf
.createWithDefault(0.5d)
+
+ val ENCRYPTED_PARQUET_FALLBACK_FILE_LIMIT =
+ buildConf("spark.gluten.sql.fallbackEncryptedParquet.limit")
+ .internal()
+ .doc("If supplied, `limit` number of files will be checked to determine
encryption " +
+ "and falling back java scan")
+ .intConf
+ .createWithDefault(10)
Review Comment:
done
--
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]