Skip to content

Commit

Permalink
Update src/connector/src/parser/additional_columns.rs
Browse files Browse the repository at this point in the history
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
tabVersion and xxchan authored Sep 11, 2024
1 parent e097acb commit 22db564
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/connector/src/parser/additional_columns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ pub static COMPATIBLE_ADDITIONAL_COLUMNS: LazyLock<HashMap<&'static str, HashSet
KINESIS_CONNECTOR,
HashSet::from(["key", "partition", "offset", "timestamp", "payload"]),
),
// remove s3 for no longer use
// (S3_CONNECTOR, HashSet::from(["file", "offset"])),
(
OPENDAL_S3_CONNECTOR,
HashSet::from(["file", "offset", "payload"]),
Expand Down

0 comments on commit 22db564

Please sign in to comment.