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 24f060b commit 3ceffc6Copy full SHA for 3ceffc6
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaConverter.scala
@@ -158,6 +158,7 @@ private[parquet] class ParquetSchemaConverter(
158
case INT_64 | null => LongType
159
case DECIMAL => makeDecimalType(Decimal.MAX_LONG_DIGITS)
160
case UINT_64 => typeNotSupported()
161
+ case TIMESTAMP_MICROS => TimestampType
162
case TIMESTAMP_MILLIS => typeNotImplemented()
163
case _ => illegalType()
164
}
0 commit comments