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 21b5412 commit ac30615Copy full SHA for ac30615
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/elements.scala
@@ -82,7 +82,7 @@ sealed trait Output {
82
83
/**
84
* Normalized storage location used for storing materializations for this [[Output]].
85
- * If [[None]], it means this [[Output]] has not been normalized yet.
+ * If None, it means this [[Output]] has not been normalized yet.
86
*/
87
def normalizedPath: Option[String]
88
0 commit comments