Skip to content

Commit 1c2fd01

Browse files
committed
[SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreType
Author: Michael Armbrust <[email protected]> Closes apache#1061 from marmbrus/timestamp and squashes the following commits: 79c3903 [Michael Armbrust] Add timestamp to HiveMetastoreTypes.toMetastoreType()
1 parent 70c8116 commit 1c2fd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ object HiveMetastoreTypes extends RegexParsers {
237237
case BinaryType => "binary"
238238
case BooleanType => "boolean"
239239
case DecimalType => "decimal"
240+
case TimestampType => "timestamp"
240241
}
241242
}
242243

0 commit comments

Comments
 (0)