Skip to content

Commit

Permalink
revove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz committed Dec 27, 2024
1 parent 6c4a446 commit 453d221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/batch/order/test_limit.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ SELECT * FROM generate_series(0,3,1) as t(v) order by v limit '2';
1


statement error
statement error
SELECT * FROM generate_series(0,3,1) as t(v) order by v limit '-2';
----
db error: ERROR: Failed to run the query
Expand All @@ -294,7 +294,7 @@ Caused by these errors (recent errors listed first):
but the evaluation of the expression returns error:Expr error: error while evaluating expression `str_parse('2.2')`


statement error
statement error
select 1 limit generate_series(1, 2);
----
db error: ERROR: Failed to run the query
Expand Down

0 comments on commit 453d221

Please sign in to comment.