jonvex commented on code in PR #11827:
URL: https://github.com/apache/hudi/pull/11827#discussion_r1744644560
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieBaseFileGroupRecordBuffer.java:
##########
@@ -79,25 +81,21 @@ public abstract class HoodieBaseFileGroupRecordBuffer<T>
implements HoodieFileGr
protected InternalSchema internalSchema;
protected HoodieTableMetaClient hoodieTableMetaClient;
- public HoodieBaseFileGroupRecordBuffer(HoodieReaderContext<T> readerContext,
- HoodieTableMetaClient
hoodieTableMetaClient,
- Option<String>
partitionNameOverrideOpt,
- Option<String[]>
partitionPathFieldOpt,
- HoodieRecordMerger recordMerger,
- TypedProperties props) {
+ public HoodieBaseFileGroupRecordBuffer(HoodieReaderContext<T> readerContext,
HoodieReaderState readerState) {
Review Comment:
https://issues.apache.org/jira/browse/HUDI-8171
--
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]