peter-toth commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853897766
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ########## @@ -663,11 +663,13 @@ case class UnresolvedWith( * predicates that have been pushed down into `child`. This is * a temporary field used by optimization rules for CTE predicate * pushdown to help ensure rule idempotency. + * @param mergedScalarSubquery If this definition is a merged scalar subquery. Review Comment: Sounds good, fixed in https://github.com/apache/spark/pull/32298/commits/19128ff010072979da7d416422330bf96699e24b. -- 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]
