Skip to content

Commit 806c2de

Browse files
committed
fix
1 parent ecbc4b8 commit 806c2de

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/InlineCTE.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ case class InlineCTE(alwaysInline: Boolean = false) extends Rule[LogicalPlan] {
7777
* ids. The value of the map is tuple whose elements are:
7878
* - The CTE definition
7979
* - The number of incoming references to the CTE. This includes references from
80-
* outer CTEs and regular places.
80+
* other CTEs and regular places.
8181
* - A mutable inner map that tracks outgoing references (counts) to other CTEs.
8282
* @param outerCTEId While collecting the map we use this optional CTE id to identify the
8383
* current outer CTE.

0 commit comments

Comments
 (0)