Skip to content

Commit 265e886

Browse files
committed
style
1 parent 5c01b9a commit 265e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala-spark-master/shims/VariantShim.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ package org.apache.spark.sql.types
1818

1919
object VariantShim {
2020

21-
/** Spark's variant type is only implemented in Spark 4.0 and above.*/
21+
/** Spark's variant type is only implemented in Spark 4.0 and above. */
2222
def isTypeVariant(dt: DataType): Boolean = dt.isInstanceOf[VariantType]
2323
}

0 commit comments

Comments
 (0)