JingsongLi commented on code in PR #6541:
URL: https://github.com/apache/paimon/pull/6541#discussion_r2497072235
##########
paimon-core/src/main/java/org/apache/paimon/io/SingleFileWriter.java:
##########
@@ -53,7 +55,7 @@ public abstract class SingleFileWriter<T, R> implements
FileWriter<T, R> {
private FormatWriter writer;
private PositionOutputStream out;
- protected long outputBytes;
+ @Nullable protected Long outputBytes;
Review Comment:
private
--
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]