JkSelf commented on issue #6026: URL: https://github.com/apache/incubator-gluten/issues/6026#issuecomment-2159904635
@FelixYBW The following is the spark sql hive configurations in [SQLConf.scala](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala). ``` spark.sql.hive.advancedPartitionPredicatePushdown.enabled spark.sql.hive.dropPartitionByName.enabled spark.sql.hive.metastorePartitionPruning spark.sql.hive.metastorePartitionPruningInSetThreshold spark.sql.hive.metastorePartitionPruningFallbackOnException spark.sql.hive.metastorePartitionPruningFastFallback spark.sql.hive.manageFilesourcePartitions spark.sql.hive.filesourcePartitionFileCacheSize spark.sql.hive.caseSensitiveInferenceMode spark.sql.hive.tablePropertyLengthThreshold spark.sql.hive.convertCTAS ``` -- 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]
