ulysses-you commented on code in PR #36845:
URL: https://github.com/apache/spark/pull/36845#discussion_r901197878


##########
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala:
##########
@@ -1616,6 +1616,23 @@ abstract class DynamicPartitionPruningSuiteBase
       
assert(collectDynamicPruningExpressions(df.queryExecution.executedPlan).size 
=== 1)
     }
   }
+
+  test("SPARK-39447: Avoid AssertionError in 
AdaptiveSparkPlanExec.doExecuteBroadcast") {

Review Comment:
   seems we can put this in `DynamicPartitionPruningV1SuiteAEOn` so we can 
avoid running redundantly



-- 
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]

Reply via email to