the-other-tim-brown commented on code in PR #13602:
URL: https://github.com/apache/hudi/pull/13602#discussion_r2228625982
##########
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:
Even today you can read from multiple table paths with the same context
technically. In practice though, we do not.
--
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]