Skip to content

Commit

Permalink
slt only does regex prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 22, 2024
1 parent babdbb1 commit 36af875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/batch/explain.slt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ drop table t;
statement error Not supported: EXPLAIN CREATE VIEW
explain create view v as select 1;

statement error explain (trace, distsql, format json) is not supported
statement error
explain (trace, format json) select 1;

statement error explain (trace, distsql, format json) is not supported
statement error
explain (distsql, format json) select 1;

0 comments on commit 36af875

Please sign in to comment.