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


##########
hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroReaderContext.java:
##########
@@ -69,15 +70,26 @@
  */
 public class HoodieAvroReaderContext extends 
HoodieReaderContext<IndexedRecord> {
   private final String payloadClass;
+  private final Map<StoragePath, HoodieAvroFileReader> reusableFileReaders;

Review Comment:
   Is the expectation that same Avro reader context should be used for reusing 
the file readers based on the storage path?



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