Skip to content

Commit

Permalink
Merge pull request #297 from ClickHouse/remove-insert-quorum
Browse files Browse the repository at this point in the history
Removing insert_quorum from the connector defaults
  • Loading branch information
Paultagoras authored Jan 10, 2024
2 parents 72fba83 + df2dbb1 commit ec796ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public ClickHouseSinkConfig(Map<String, String> props) {
}
}
this.clickhouseSettings = clickhouseSettings;
this.addClickHouseSetting("insert_quorum", "2", false);
this.addClickHouseSetting("input_format_skip_unknown_fields", "1", false);
this.addClickHouseSetting("wait_end_of_query", "1", false);
//We set this so our ResponseSummary has actual data in it
Expand Down

0 comments on commit ec796ae

Please sign in to comment.