danny0405 commented on code in PR #13517:
URL: https://github.com/apache/hudi/pull/13517#discussion_r2218034877
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/BufferedRecord.java:
##########
@@ -109,6 +112,14 @@ record =
readerContext.seal(readerContext.toBinaryRow(readerContext.getSchemaFro
return this;
}
+ public void setEventTime(Option<Object> eventTimeOpt) {
Review Comment:
The `BufferedRecord` should be immutable, can we add a sub-class for it.
--
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]