manuzhang commented on PR #37074:
URL: https://github.com/apache/spark/pull/37074#issuecomment-1178462350
It's in the LogicalPlan at the beginning.
```
'Project [*]
+- 'Filter NOT exists#282 []
: +- 'Project [unresolvedalias(1, None)]
: +- 'Filter ((('t3.a = 'v2.a) AND ('t3.b = 'v2.b)) AND ('t3.c =
'v2.c))
: +- 'UnresolvedRelation [v2], [], false
+- 'SubqueryAlias t3
+- 'Project ['v1.a, 'v1.b, 'v2.c]
+- 'Join Inner, ('v1.a = 'v2.a)
:- 'UnresolvedRelation [v1], [], false
+- 'UnresolvedRelation [v2], [], 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.
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]