Skip to content

Commit

Permalink
[SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreType
Browse files Browse the repository at this point in the history
Author: Michael Armbrust <[email protected]>

Closes apache#1061 from marmbrus/timestamp and squashes the following commits:

79c3903 [Michael Armbrust] Add timestamp to HiveMetastoreTypes.toMetastoreType()
  • Loading branch information
marmbrus committed Jun 13, 2014
1 parent 70c8116 commit 1c2fd01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ object HiveMetastoreTypes extends RegexParsers {
case BinaryType => "binary"
case BooleanType => "boolean"
case DecimalType => "decimal"
case TimestampType => "timestamp"
}
}

Expand Down

0 comments on commit 1c2fd01

Please sign in to comment.