Skip to content

Commit

Permalink
fix mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jun 3, 2024
1 parent 934404c commit 1868d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/parser/additional_columns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub static COMPATIBLE_ADDITIONAL_COLUMNS: LazyLock<HashMap<&'static str, HashSet
// mongodb-cdc doesn't support cdc backfill table
(
MONGODB_CDC_CONNECTOR,
HashSet::from(["timestamp", "partition", "offset", "collection_name"]),
HashSet::from(["timestamp", "partition", "offset", "database_name", "collection_name"]),
),
])
});
Expand Down

0 comments on commit 1868d94

Please sign in to comment.