[Bug] CdcWatermarkStrategy
The current system time will always be sent as the watermark value.
#2745
Open
2 tasks done
Labels
bug
Something isn't working
Search before asking
Paimon version
master
Compute Engine
flink
Minimal reproduce step
Appears in any case, as long as watermark is generated.
onPeriodicEmit
is called periodically, so the system timestamp will be periodically sent out as a watermark. This is not what we expect.https://github.com/apache/incubator-paimon/blob/1bc33d9f606e84c2341cea4e604ce17d6651921f/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/watermark/CdcWatermarkStrategy.java#L63
What doesn't meet your expectations?
Watermark should be generated based on the time in the data, here all are
system timestamp
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: