cshuo commented on code in PR #19692:
URL: https://github.com/apache/hudi/pull/19692#discussion_r3841805611
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/buffer/RowDataBucket.java:
##########
@@ -40,6 +41,7 @@ public class RowDataBucket {
private final BufferSizeDetector detector;
@Getter
private final String bucketId;
+ private boolean diverged;
Review Comment:
nit: Field 'diverged' may have Lombok @Getter
--
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]