Skip to content

Commit 4c722d7

Browse files
committed
Fixed a typo from the previous commit.
1 parent d3a302d commit 4c722d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import org.apache.spark.util.Utils
4141
@DeveloperApi
4242
abstract class DataType {
4343
/**
44-
* Enables matching against NumericType for expressions:
44+
* Enables matching against DataType for expressions:
4545
* {{{
4646
* case Cast(child @ BinaryType(), StringType) =>
4747
* ...

0 commit comments

Comments
 (0)