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 4d102dd commit aaaec93Copy full SHA for aaaec93
spark/src/main/scala-spark-master/shims/VariantShim.scala
@@ -18,6 +18,6 @@ package org.apache.spark.sql.types
18
19
object VariantShim {
20
21
- /** Spark's variant type is only implemented in Spark 4.0 and above.*/
+ /** Spark's variant type is only implemented in Spark 4.0 and above. */
22
def isTypeVariant(dt: DataType): Boolean = dt.isInstanceOf[VariantType]
23
}
0 commit comments