Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqqq11 committed Jun 29, 2023
1 parent 4a62653 commit bfde9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sink {
database = "test_db"
collection = "test_update_table"
upsert-enable = true
// compatibility parameters
// compatible parameters
upsert-key = ["c_int"]
source_table_name = "mongodb_table"
schema = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source {
database = "test_db"
collection = "test_match_op_db"
result_table_name = "mongodb_table"
// compatibility parameters
// compatible parameters
matchQuery = "{c_int: 2}"
cursor.no-timeout = true
fetch.size = 1000
Expand Down

0 comments on commit bfde9f1

Please sign in to comment.