danny0405 commented on code in PR #12490:
URL: https://github.com/apache/hudi/pull/12490#discussion_r2059428844
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java:
##########
@@ -197,14 +204,19 @@ private ClosableIterator<T> makeBaseFileIterator() throws
IOException {
}
StoragePathInfo baseFileStoragePathInfo = baseFile.getPathInfo();
+ // If the base file length passed in is invalid, i.e., -1,
Review Comment:
The logic is very similar with line 268, should we abstract out a utility
method here?
--
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]