dbaliafroozeh commented on a change in pull request #32030:
URL: https://github.com/apache/spark/pull/32030#discussion_r610490212
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/DynamicPruning.scala
##########
@@ -94,4 +97,7 @@ case class DynamicPruningExpression(child: Expression)
override protected def doGenCode(ctx: CodegenContext, ev: ExprCode):
ExprCode = {
child.genCode(ctx)
}
+
+ override protected def withNewChildInternal(newChild: Expression):
Expression =
Review comment:
Fixed those two cases, thanks for spotting them!
--
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]