Skip to content

Commit

Permalink
Broken timestamp rebase (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwoody authored Dec 2, 2016
1 parent 24f060b commit 3ceffc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ private[parquet] class ParquetSchemaConverter(
case INT_64 | null => LongType
case DECIMAL => makeDecimalType(Decimal.MAX_LONG_DIGITS)
case UINT_64 => typeNotSupported()
case TIMESTAMP_MICROS => TimestampType
case TIMESTAMP_MILLIS => typeNotImplemented()
case _ => illegalType()
}
Expand Down

0 comments on commit 3ceffc6

Please sign in to comment.