wangyum commented on code in PR #47998: URL: https://github.com/apache/spark/pull/47998#discussion_r1976917744
########## sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/PruneHiveTablePartitionsSuite.scala: ########## @@ -177,6 +177,14 @@ class PruneHiveTablePartitionsSuite extends PrunePartitionSuiteBase with TestHiv } } + test("SPARK-49507: Fix the case issue after enabling metastorePartitionPruningFastFallback") { + withSQLConf(SQLConf.HIVE_METASTORE_PARTITION_PRUNING_FAST_FALLBACK.key -> "true") { Review Comment: Please add withTable -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org