ArnavBalyan commented on code in PR #3306:
URL: https://github.com/apache/parquet-java/pull/3306#discussion_r2325096955
##########
parquet-avro/src/main/java/org/apache/parquet/avro/AvroConverters.java:
##########
@@ -339,4 +342,74 @@ public String convert(Binary binary) {
return stringifier.stringify(binary);
}
}
+
+ static final class FieldDecimalIntConverter extends AvroPrimitiveConverter {
+ private final int scale;
+ private int[] dict = null;
Review Comment:
I see, removed the dictionary support for 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]