You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] When using Flink for incremental queries(incremental-between tag), the return result contains historical data with non incremental intervals
#3310
Closed
1 of 2 tasks
Mr-j-yangyu opened this issue
May 9, 2024
· 2 comments
· Fixed by #3338
Search before asking
Paimon version
0.7.0
Compute Engine
Flink 1.17.2
Minimal reproduce step
一. Flink SQL Script for write data
flink-sql.txt
二. Write Step
三. Query Step
query sql(return result: 172271)
select count(1) from tmp_order_tag /*+ OPTIONS('scan.parallelism' = '1','incremental-between'='2024-05-09 01,2024-05-09 02') */;
What doesn't meet your expectations?
in flink-sql.txt ,data generation speed: 25 rows/s, data increment:90000 / h
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: