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)
create table if not exists test.t(a time(4), I int);
insert into test.t values('-700:10:10.123456', 1);
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
insert into test.t select * from test.t;
alter table test.t set tiflash replica 1;
explain analyze select * from test.t where a = '700:11:11.123500';
2. What did you expect to see? (Required)
mysql> explain analyze select * from test.t where a = '700:11:11.123500';
ERROR 1105 (HY000): other error for mpp stream: From MPP<query:<query_ts:1683783901339381008, local_query_id:3, server_id:1814245, start_ts:441393847025532929>,task_id:1>: Code: 49, e.displayText() = DB::Exception: Check schema[i].type->equals(*storage_schema[i].type) failed, schema[i].name = table_scan_0, schema[i].type->getName() = Nullable(MyDuration(4)), storage_schema[i].name = a, storage_schema[i].type->getName() = Nullable(Int64), e.what() = DB::Exception,
3. What did you see instead (Required)
success
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered:
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)
success
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: