yihua commented on code in PR #12772:
URL: https://github.com/apache/hudi/pull/12772#discussion_r2363663192


##########
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:
   Actually we cannot add `@Override` as it breaks build with Avro 1.11.x and 
below.  Added docs to clarify the change.



-- 
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]

Reply via email to