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
* fix: display query parse error
root@localhost:8000/default/default> explain select * from default.t1 where a in ('x');
Parser 'explain select * from default.t1 where a in ('x');' failed
with error 'unable to recognize the rest tokens'
* add test
0 commit comments