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 60b89fe commit 8e0154fCopy full SHA for 8e0154f
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala
@@ -190,6 +190,7 @@ object HiveMetastoreTypes extends RegexParsers {
190
"binary" ^^^ BinaryType |
191
"boolean" ^^^ BooleanType |
192
"decimal" ^^^ DecimalType |
193
+ "timestamp" ^^^ TimestampType |
194
"varchar\\((\\d+)\\)".r ^^^ StringType
195
196
protected lazy val arrayType: Parser[DataType] =
0 commit comments