Skip to content
Snippets Groups Projects
Commit 4c722d77 authored by Reynold Xin's avatar Reynold Xin
Browse files

Fixed a typo from the previous commit.

parent d3a302de
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ import org.apache.spark.util.Utils
@DeveloperApi
abstract class DataType {
/**
* Enables matching against NumericType for expressions:
* Enables matching against DataType for expressions:
* {{{
* case Cast(child @ BinaryType(), StringType) =>
* ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment