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
…pache#2993)
* PARQUET-2992: Gate LocalTimestamp references in AvroSchemaConverter
* apacheGH-2992: Test logical type conversion for different Avro versions
Describe the bug, including details regarding any error messages, version, and platform.
AvroSchemaConverter references Avro logical type converters that aren't available in Avro versions below 1.10: See more here: https://github.com/apache/parquet-java/pull/1115/files#r1721966099
For reference, these are the local TIMESTAMP converters available in Avro 1.10+: https://github.com/apache/avro/blob/release-1.10.0/lang/java/avro/src/main/java/org/apache/avro/LogicalTypes.java#L172-L194
Whereas in 1.9.2, only
timestampMillis
/timestampMicros
area available: https://github.com/apache/avro/blob/release-1.9.2/lang/java/avro/src/main/java/org/apache/avro/LogicalTypes.java#L158-L168Component(s)
Avro
The text was updated successfully, but these errors were encountered: