Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 29, 2024
1 parent 6fb8e0e commit fa5bebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/source_inline/tvf/mysql_query.slt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mysql -e "
USE tvf;
CREATE TABLE test (
id bigint primary key,
v1 bit,
v1 bool,
v2 smallint,
v3 integer,
v4 bigint,
Expand All @@ -21,7 +21,7 @@ CREATE TABLE test (
v11 varchar(255)
);
INSERT INTO test SELECT
1 as id,
true as id,
1 as v1,
1 as v2,
1 as v3,
Expand Down

0 comments on commit fa5bebc

Please sign in to comment.