Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaom committed Jun 9, 2023
1 parent 29e0c26 commit 4c3ef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void after() {
" 'database-name' = '" + POSTGRES.getDatabaseName() + "',",
" 'schema-name' = 'inventory',",
" 'table-name' = 'products',",
" 'slot.name' = 'flink_incremental',",
" 'scan.incremental.snapshot.chunk.size' = '5',",
" 'scan.incremental.snapshot.enabled' = 'true',",
" 'scan.startup.mode' = 'initial'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public SqlServerSourceConfig(
super(
startupOptions,
databaseList,
null,
tableList,
splitSize,
splitMetaGroupSize,
Expand Down

0 comments on commit 4c3ef9d

Please sign in to comment.