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

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   0.7
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   1. create paimon table with engine as "Deduplicate" and set 
"changelog-producer = none"
   2. insert offline data to paimon table and waiting for the end
   3. alter paimon table set "changelog-producer = full-compact"
   4. writing stream data into paimon table
   5. Start the flink job to read all paimon data, and found the amount of data 
is much less than actual data.
   
   
   From the log of reading paimon, i found some data file haven't been read.
   
   
   ### What doesn't meet your expectations?
   
   When i set "changelog-producer = full-compact" for paimon, data loss occurs 
when full data is read by flink job.
   
   ### 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