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 d3a302d commit 4c722d7Copy full SHA for 4c722d7
sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
@@ -41,7 +41,7 @@ import org.apache.spark.util.Utils
41
@DeveloperApi
42
abstract class DataType {
43
/**
44
- * Enables matching against NumericType for expressions:
+ * Enables matching against DataType for expressions:
45
* {{{
46
* case Cast(child @ BinaryType(), StringType) =>
47
* ...
0 commit comments