You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Parquet type definitions, ConvertedTypes (such as TIME_MILLIS, TIME_MICROSTIMESTAMP_MILLIS, and TIMESTAMP_MICROS) are deprecated in favor of LogicalTypes (such as TIME and TIMESTAMP). However, I don't see any support for these types (such as in SchemaDefinition, ParquetType, etc.). Please add support for these types.
According to the Parquet type definitions,
ConvertedType
s (such asTIME_MILLIS
,TIME_MICROS
TIMESTAMP_MILLIS
, andTIMESTAMP_MICROS
) are deprecated in favor ofLogicalType
s (such asTIME
andTIMESTAMP
). However, I don't see any support for these types (such as inSchemaDefinition
,ParquetType
, etc.). Please add support for these types.Useful tool for inspecting output files: https://github.com/manojkarthick/pqrs
The text was updated successfully, but these errors were encountered: