Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed May 30, 2023
1 parent a39f3a2 commit d98e4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_test/sink/remote/jdbc.check.pg.slt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ select * from t_remote order by id;


query I
select * from t_remote order by id;
select * from t_types order by id;
----
1 Varcharvalue1 Textvalue1 123 456 789 12.34 56.78 90.12 t 2023-05-22 20:34:56 2023-05-22 12:34:56 '1 day' {"key": "value"} {"Value 1","Value 2"} {12.345,56.789}
2 Varcharvalue2 Textvalue2 234 567 890 23.45 67.89 1.23 f 2023-05-23 07:45:01 2023-05-23 23:45:01 '2 days' {"key": "value2"} {"Value 3","Value 4"} {43.210,65.432}
2 changes: 1 addition & 1 deletion e2e_test/sink/remote/jdbc.load.slt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CREATE TABLE rw_types (
interval_column INTERVAL,
jsonb_column JSONB,
array_column VARCHAR[],
array_column2 DECIMAL[]
array_column2 FLOAT[]
);

statement ok
Expand Down

0 comments on commit d98e4b4

Please sign in to comment.