peter-toth commented on code in PR #32298:
URL: https://github.com/apache/spark/pull/32298#discussion_r843991419
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala:
##########
@@ -687,7 +687,8 @@ case class CTERelationRef(
cteId: Long,
_resolved: Boolean,
override val output: Seq[Attribute],
- statsOpt: Option[Statistics] = None) extends LeafNode with
MultiInstanceRelation {
+ statsOpt: Option[Statistics] = None,
+ subquery: Boolean = false) extends LeafNode with MultiInstanceRelation {
Review Comment:
Fixed in
https://github.com/apache/spark/pull/32298/commits/a32a85cd94cf9acd494625da2faf107c138684ab.
--
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]