cloud-fan commented on code in PR #39170:
URL: https://github.com/apache/spark/pull/39170#discussion_r1116492541
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/InjectRuntimeFilter.scala:
##########
@@ -146,6 +148,15 @@ object InjectRuntimeFilter extends Rule[LogicalPlan] with
PredicateHelper with J
predicateReference ++ condition.references,
hasHitFilter = true,
hasHitSelectiveFilter = hasHitSelectiveFilter ||
isLikelySelective(condition))
+ case ExtractEquiJoinKeys(joinType, leftKeys, rightKeys, _, _, left,
right, _)
Review Comment:
The PR description is very clear about what this PR is doing, but the "how"
part is missing. I don't quite understand the changes here. Does it mean a join
query can be the build query of a runtime filter?
--
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]