sandynz commented on code in PR #19852:
URL: https://github.com/apache/shardingsphere/pull/19852#discussion_r937533277


##########
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/binlog/BinlogContext.java:
##########
@@ -31,13 +31,14 @@
  */
 @Getter
 @Setter
+@RequiredArgsConstructor
 public final class BinlogContext {
     
     private String fileName;
     
     private int checksumLength;

Review Comment:
   Could we set `checksumLength` as final?



-- 
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]

Reply via email to