We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbc4b8 commit 806c2deCopy full SHA for 806c2de
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/InlineCTE.scala
@@ -77,7 +77,7 @@ case class InlineCTE(alwaysInline: Boolean = false) extends Rule[LogicalPlan] {
77
* ids. The value of the map is tuple whose elements are:
78
* - The CTE definition
79
* - The number of incoming references to the CTE. This includes references from
80
- * outer CTEs and regular places.
+ * other CTEs and regular places.
81
* - A mutable inner map that tracks outgoing references (counts) to other CTEs.
82
* @param outerCTEId While collecting the map we use this optional CTE id to identify the
83
* current outer CTE.
0 commit comments