QuantumBear opened a new issue, #2232:
URL: https://github.com/apache/incubator-paimon/issues/2232

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   paimon-flink-1.16-0.5.0-incubating.jar
   
   ### Compute Engine
   
   Flink 1.16
   
   ### Minimal reproduce step
   
   Can't simply reproduce, happends in 1 row in 631338 rows.
   
   ### What doesn't meet your expectations?
   
   I wrote row (id, stage, winning_amount, winning_date, update_time) to paimon 
table, this row before update is (id, 2, NULL, NULL, '2023-10-30 09:00:00'), 
after update, it should be (id, 100, 21000, '2023-10-31 00:00:00', '2023-11-01 
09:40:26 +0800 CST').
   
   But I found this row become (id, 2, 21000,  '2023-10-31 00:00:00', 
'2023-11-01 09:40:26 +0800 CST'). All other fields except stage are updated.
   
   I also export mysql binlog to kafka, after checked, I only have a update 
record on this id.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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