dongjoon-hyun commented on pull request #31258:
URL: https://github.com/apache/spark/pull/31258#issuecomment-766400994
Hi, @JkSelf .
Could you take a look at the failures? It seems that this PR has 18 relevant
failures still.
```
DynamicPartitionPruningSuiteAEOn.simple inner join triggers DPP with mock-up
tables
org.scalatest.exceptions.TestFailedException: false did not equal true
Should trigger DPP with a subquery duplicate:
== Parsed Logical Plan ==
'Project ['f.date_id, 'f.store_id]
+- 'Join Inner, (('f.store_id = 's.store_id) AND ('s.country = NL))
:- 'SubqueryAlias f
: +- 'UnresolvedRelation [fact_sk], [], false
+- 'SubqueryAlias s
+- 'UnresolvedRelation [dim_store], [], false
```
----------------------------------------------------------------
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]