aokolnychyi commented on code in PR #54492: URL: https://github.com/apache/spark/pull/54492#discussion_r2885444434
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteMergeIntoTable.scala: ########## @@ -237,19 +237,21 @@ object RewriteMergeIntoTable extends RewriteRowLevelCommand with PredicateHelper } // converts a MERGE condition into an EXISTS subquery for runtime filtering - private def toGroupFilterCondition( + private def buildGroupFilterCondition( Review Comment: I kind of debated it too, updated. -- 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]
