cloud-fan commented on a change in pull request #29595:
URL: https://github.com/apache/spark/pull/29595#discussion_r480227497
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala
##########
@@ -1313,7 +1313,7 @@ abstract class DynamicPartitionPruningSuiteBase
test("SPARK-32659: Fix the data issue when pruning DPP on non-atomic type") {
withSQLConf(
SQLConf.DYNAMIC_PARTITION_PRUNING_FALLBACK_FILTER_RATIO.key -> "2", //
Make sure insert DPP
- SQLConf.DYNAMIC_PARTITION_PRUNING_REUSE_BROADCAST_ONLY.key -> "false") {
+ SQLConf.DYNAMIC_PARTITION_PRUNING_REUSE_BROADCAST_ONLY.key -> "true") {
Review comment:
and then no other configs need to be set.
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala
##########
@@ -1313,7 +1313,7 @@ abstract class DynamicPartitionPruningSuiteBase
test("SPARK-32659: Fix the data issue when pruning DPP on non-atomic type") {
withSQLConf(
SQLConf.DYNAMIC_PARTITION_PRUNING_FALLBACK_FILTER_RATIO.key -> "2", //
Make sure insert DPP
- SQLConf.DYNAMIC_PARTITION_PRUNING_REUSE_BROADCAST_ONLY.key -> "false") {
+ SQLConf.DYNAMIC_PARTITION_PRUNING_REUSE_BROADCAST_ONLY.key -> "true") {
Review comment:
and then no other configs need to be set.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]