Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Dec 25, 2023
1 parent 8713fec commit c206788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2e_test/error_ui/extended/main.slt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
query error
selet 1;
----
db error: ERROR: Failed to run the query
db error: ERROR: Failed to prepare the statement

Caused by:
sql parser error: Expected an SQL statement, found: selet at line:1, column:6
Expand All @@ -11,7 +11,7 @@ Near "selet"
query error
select 1/0;
----
db error: ERROR: Failed to run the query
db error: ERROR: Failed to execute the statement

Caused by these errors (recent errors listed first):
1: Expr error
Expand Down
2 changes: 1 addition & 1 deletion e2e_test/source/basic/ddl.slt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ create source invalid_startup_mode (
properties.bootstrap.server = 'message_queue:29092'
) FORMAT PLAIN ENCODE JSON;

statement error invalid input syntax for type integer: "abc"
statement error invalid digit found in string
create source invalid_startup_timestamp (
column1 varchar
) with (
Expand Down
2 changes: 1 addition & 1 deletion e2e_test/source/basic/old_row_format_syntax/ddl.slt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ create source invalid_startup_mode (
properties.bootstrap.server = 'message_queue:29092'
) ROW FORMAT JSON;

statement error invalid input syntax for type integer: "abc"
statement error invalid digit found in string
create source invalid_startup_timestamp (
column1 varchar
) with (
Expand Down

0 comments on commit c206788

Please sign in to comment.