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
If a query specifies a timestamp (the time after the flush statement before the delete statement) to time travel, we should use the timestamp corresponding snapshot to plan.
create table t (a int, b int, primary key (b, a)) with (commit_checkpoint_interval = 1) engine = iceberg;
CREATE_TABLE
dev=> insert into t values (1, 2);
INSERT 0 1
dev=> flush;
dev=> delete from t;
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If a query specifies a timestamp (the time after the flush statement before the delete statement) to time travel, we should use the timestamp corresponding snapshot to plan.
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: