Skip to content

Commit

Permalink
[INLONG-7683][Sort] Fix errors in Oracle UT (apache#7685)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc3d8e3)
  • Loading branch information
e-mhui authored and menghuiyu committed Mar 31, 2023
1 parent c335dc8 commit acc98f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private OracleExtractNode buildOracleExtractNode() {
return new OracleExtractNode("1", "oracle_input", fields,
null, properties, "ID", "localhost",
"flinkuser", "flinkpw", "xE",
"flinkuser", "table", 1521, null);
"flinkuser", "flinkuser.table", 1521, null);
}

private Node buildKafkaLoadNode() {
Expand Down

0 comments on commit acc98f3

Please sign in to comment.