Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ly9chee committed Jul 15, 2024
1 parent dc7d4df commit 39c14ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/sink/starrocks_sink.slt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CREATE TABLE reserved_words (id int primary key, "order" text, "from" text);

statement ok
CREATE SINK sink_reserved_words
FROM reserved_words
FROM reserved_words
WITH (
connector = 'starrocks',
type = 'upsert',
Expand Down

0 comments on commit 39c14ad

Please sign in to comment.