cloud-fan commented on a change in pull request #31258:
URL: https://github.com/apache/spark/pull/31258#discussion_r570004706
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala
##########
@@ -250,7 +259,9 @@ abstract class DynamicPartitionPruningSuiteBase
/**
* Test the result of a simple join on mock-up tables
*/
- test("simple inner join triggers DPP with mock-up tables") {
+ test("simple inner join triggers DPP with mock-up tables",
+ DisableAdaptiveExecution("The adaptive DPP filters will be inserted only
when" +
Review comment:
let's simplify the reason: `DPP in AQE must reuse broadcast`
----------------------------------------------------------------
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]