pratyush-sharma-2025 commented on code in PR #3118: URL: https://github.com/apache/parquet-java/pull/3118#discussion_r1932573930
########## parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java: ########## @@ -103,7 +103,7 @@ public AvroSchemaConverter() { this.assumeRepeatedIsListElement = assumeRepeatedIsListElement; this.writeOldListStructure = WRITE_OLD_LIST_STRUCTURE_DEFAULT; this.writeParquetUUID = WRITE_PARQUET_UUID_DEFAULT; - this.readInt96AsFixed = READ_INT96_AS_FIXED_DEFAULT; + this.readInt96AsFixed = true; Review Comment: @gszadovszky Added a new param to the AvroRecordConverter constructor for reading int96 as fixed. Please see if all ok now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For additional commands, e-mail: issues-h...@parquet.apache.org