yihua commented on code in PR #12772:
URL: https://github.com/apache/hudi/pull/12772#discussion_r2363611063
##########
hudi-hadoop-common/src/main/java/org/apache/parquet/avro/HoodieAvroReadSupport.java:
##########
@@ -58,6 +61,40 @@ public ReadContext init(Configuration configuration,
Map<String, String> keyValu
return new ReadContext(requestedSchema,
readContext.getReadSupportMetadata());
}
+ public ReadContext init(ParquetConfiguration configuration, Map<String,
String> keyValueMetaData, MessageType fileSchema) {
Review Comment:
nit: add `@Override` to mark that we need to override the default behavior
similar to the other `init` method
--
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]