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
createtablet (a int);
insert into t values(65535);
altertable t set tiflash replica 1;
set session tidb_isolation_read_engines='tiflash';
select*from t where cast(a as datetime);
# expect empty but get 65535