Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLiang-0 committed Aug 15, 2024
1 parent 65dfea9 commit ce59eb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public void testDoris2Doris() throws Exception {
+ ")",
getFenodes(),
DATABASE_SINK + "." + TABLE,
USERNAME,
PASSWORD);
getDorisUsername(),
getDorisPassword());
tEnv.executeSql(sinkDDL);

tEnv.executeSql("INSERT INTO doris_sink SELECT * FROM doris_source").await();
Expand Down

0 comments on commit ce59eb4

Please sign in to comment.