linjianchang opened a new pull request, #3841:
URL: https://github.com/apache/flink-cdc/pull/3841

   Fix the problem with the block splitter logic of Oracle CDC incremental 
snapshot, causing the split slice to be too large.
   **java api compare rowid result:**
   
![java-compare](https://github.com/user-attachments/assets/7d25f4a3-13da-4070-9e22-f6a49951c499)
   **sql api compare rowid result:**
   
![sql-compare](https://github.com/user-attachments/assets/5e617afe-0057-4787-960e-c42072b42395)
   
   The comparison results will be different, causing the last chunk size to be 
too large. The reason is that the logic of Java comparison and SQL comparison 
of rowids will be different.
   
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to