the-other-tim-brown commented on code in PR #13602:
URL: https://github.com/apache/hudi/pull/13602#discussion_r2229804082
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java:
##########
@@ -108,24 +98,25 @@ public HoodieFileGroupReader(HoodieReaderContext<T>
readerContext, HoodieStorage
TypedProperties props,
long start, long length, boolean shouldUseRecordPosition) {
this(readerContext, storage, tablePath, latestCommitTime, dataSchema,
requestedSchema, internalSchemaOpt,
- hoodieTableMetaClient, props, shouldUseRecordPosition, false, false,
false,
- InputSplit.fromFileSlice(fileSlice, start, length), Option.empty(),
false);
+ hoodieTableMetaClient, props,
ReaderParameters.builder().shouldUseRecordPosition(shouldUseRecordPosition).build(),
Review Comment:
I think it is required by some external repo based on the PR that added it
back in
--
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]