HuangZhenQiu commented on code in PR #18325:
URL: https://github.com/apache/hudi/pull/18325#discussion_r2969031951


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/split/HoodieSourceSplit.java:
##########
@@ -38,7 +37,6 @@
  */
 @Getter
 @EqualsAndHashCode
-@ToString

Review Comment:
   We can't include fileOffset and consumed in the toString. As toString is 
used as splitId. splitId is used to remove the state in SourceReaderBase.
   ```
     @Override
     public String splitId() {
       return toString();
     }
   ```



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