Skip to content

Commit 3ceffc6

Browse files
authored
Broken timestamp rebase (apache#76)
1 parent 24f060b commit 3ceffc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaConverter.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ private[parquet] class ParquetSchemaConverter(
158158
case INT_64 | null => LongType
159159
case DECIMAL => makeDecimalType(Decimal.MAX_LONG_DIGITS)
160160
case UINT_64 => typeNotSupported()
161+
case TIMESTAMP_MICROS => TimestampType
161162
case TIMESTAMP_MILLIS => typeNotImplemented()
162163
case _ => illegalType()
163164
}

0 commit comments

Comments
 (0)