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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]