Skip to content
Snippets Groups Projects
Commit d31517a3 authored by Anant's avatar Anant Committed by Michael Armbrust
Browse files

[SPARK-4108][SQL] Fixed usage of deprecated in sql/catalyst/types/datatypes

Fixed usage of deprecated in sql/catalyst/types/datatypes to have versio...n parameter

Author: Anant <anant.asty@gmail.com>

Closes #2970 from anantasty/SPARK-4108 and squashes the following commits:

e92cb01 [Anant] Fixed usage of deprecated in sql/catalyst/types/datatypes to have version parameter
parent ad3bd0df
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ object DataType {
StructField(name, parseDataType(dataType), nullable)
}
@deprecated("Use DataType.fromJson instead")
@deprecated("Use DataType.fromJson instead", "1.2.0")
def fromCaseClassString(string: String): DataType = CaseClassStringParser(string)
private object CaseClassStringParser extends RegexParsers {
......
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