fix: increase last_row result size since SFirstLastRes has pk info

This commit is contained in:
slzhou 2024-03-25 09:48:54 +08:00
parent f9a6243859
commit 073e4d8389
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if $data10 != @ -> Merge (columns=3 width=24 input_order=unknown output_order=
return -1
endi
sql explain select count(*), last_row(f1), min(f1) from sta interval(1s);
if $data10 != @ -> Merge (columns=4 width=66 input_order=asc output_order=asc mode=sort)@ then
if $data10 != @ -> Merge (columns=4 width=82 input_order=asc output_order=asc mode=sort)@ then
return -1
endi
sql explain select distinct count(*), last_row(f1), min(f1) from tba1;