Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 30, 2024
1 parent fa5bebc commit 9240209
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e_test/source_inline/tvf/mysql_query.slt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CREATE TABLE test (
v11 varchar(255)
);
INSERT INTO test SELECT
true as id,
1 as v1,
1 as id,
true as v1,
1 as v2,
1 as v3,
1 as v4,
Expand All @@ -38,3 +38,4 @@ INSERT INTO test SELECT
query II
select * from mysql_query('$MYSQL_HOST', '$MYSQL_TCP_PORT', '$RISEDEV_MYSQL_USER', '$MYSQL_PWD', 'tvf', 'select * from test;');
----
1 t 1 1 1 1.23 1.23 1 2021-01-01 00:00:00 2021-01-01 00:00:00 text

0 comments on commit 9240209

Please sign in to comment.