Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jun 3, 2024
1 parent 1868d94 commit 7cc8363
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/connector/src/parser/additional_columns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ 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", "database_name", "collection_name"]),
HashSet::from([
"timestamp",
"partition",
"offset",
"database_name",
"collection_name",
]),
),
])
});
Expand Down

0 comments on commit 7cc8363

Please sign in to comment.