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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
drop table if exists test.t;
create table test.t (a date);
insert into test.t values("2024-08-26"),("2024-08-25"),("2024-08-24"),("2024-08-23");
alter table test.t set tiflash replica 1;
alter table test.t compact tiflash replica;
set session tidb_isolation_read_engines='tiflash'; select * from test.t where not (a between NULL and '2024-08-25');
2. What did you expect to see? (Required)
+------------+
| a |
+------------+
| 2024-08-26 |
+------------+
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
f0a4087
The text was updated successfully, but these errors were encountered: