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
It could be reproduced in cluster mode (>=2 nodes)
create table t1(a integer, b integer, c integer, d integer, e integer);
EXPLAIN PIPELINE SELECT (SELECT COUNT(*) FROM t1 AS x WHERE x.b < t1.b) AS col1 FROM t1 WHERE a > b - 2 AND a < b + 2 OR c > d ORDER BY col1;
show processlist; -- the explain query still exists
The text was updated successfully, but these errors were encountered:
Summary
It could be reproduced in cluster mode (>=2 nodes)
The text was updated successfully, but these errors were encountered: