dongjoon-hyun commented on code in PR #40069: URL: https://github.com/apache/spark/pull/40069#discussion_r1130233668
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -1227,6 +1227,14 @@ object SQLConf { .booleanConf .createWithDefault(false) + val HIVE_METASTORE_DROP_PARTITION_BY_NAME = + buildConf("spark.sql.hive.dropPartitionByName.enabled") + .doc("When true, Spark will get partition name rather than partition object " + + "to drop partition, which can improve the performance of drop partition.") + .version("3.4.0") Review Comment: Hi, @sunchao . You need to backport this to branch-3.4. -- 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