We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b23903 commit 6df7b64Copy full SHA for 6df7b64
1 file changed
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/Flow.scala
@@ -141,7 +141,7 @@ sealed trait UnresolvedFlow extends Flow {
141
* and resolution. For example an AutoCDCFlow is a special unresolved-but-typed flow; we know a
142
* flow will be an AutoCDC flow immediately on construction, because it has its own special
143
* registration API. Such flows are considered "typed flows", but there isn't any semantic reason
144
- * yet to explicitly introduce a `TypedFlow` trait/class.
+ * yet to explicitly introduce a `TypedFlow` trait/class.
145
*/
146
case class UntypedFlow(
147
identifier: TableIdentifier,
0 commit comments