the-other-tim-brown commented on code in PR #13602:
URL: https://github.com/apache/hudi/pull/13602#discussion_r2228632895
##########
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:
It will be difference reader contexts since the filter is couple with the
context. The different reader contexts will share the same map though
--
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]