-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sink) Support Deletes for ClickHouse ReplacingMergeTree
- ClickHouse now supports [1] a `is_deleted` column (optional) when creating a `ReplacingMergeTree`. - Adds new `clickhouse.delete.column` config option, which when set will enable `upsert` to a `ReplacingMergeTree` - When the value is deleted the value of this column is set to `1` instead of the default `0`.
- Loading branch information
1 parent
ac7abd9
commit c79c24f
Showing
2 changed files
with
74 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters