zhztheplayer commented on code in PR #11225:
URL:
https://github.com/apache/incubator-gluten/pull/11225#discussion_r2577811117
##########
backends-velox/src/main/scala/org/apache/gluten/utils/ParquetMetadataUtils.scala:
##########
@@ -94,24 +109,17 @@ object ParquetMetadataUtils {
parquetOptions: ParquetOptions,
fileLimit: Int
): Option[String] = {
- val isEncryptionValidationEnabled =
GlutenConfig.get.parquetEncryptionValidationEnabled
Review Comment:
Because I am not sure whether users are turning on the option
`spark.gluten.sql.fallbackEncryptedParquet` so immediately changing the option
key can possibly break their use cases?
cc @ArnavBalyan
--
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]