nsivabalan commented on code in PR #13797:
URL: https://github.com/apache/hudi/pull/13797#discussion_r2365649180
##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HFileReaderFactory.java:
##########
@@ -119,6 +125,7 @@ public static class Builder {
private HoodieStorage storage;
private Option<TypedProperties> properties = Option.empty();
private Either<StoragePath, byte[]> fileSource;
+ private Option<Long> fileSizeOpt;
Review Comment:
we can initialize this to `Option.empty()` and simplify L162
--
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]