BentsiLeviav commented on code in PR #37611: URL: https://github.com/apache/beam/pull/37611#discussion_r2813199190
########## sdks/java/io/clickhouse/src/main/java/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.java: ########## @@ -80,12 +91,14 @@ * * <h4>Deduplication</h4> * - * Deduplication is performed by ClickHouse if inserting to <a - * href="https://clickhouse.yandex/docs/en/single/#data-replication">ReplicatedMergeTree</a> or <a - * href="https://clickhouse.yandex/docs/en/single/#distributed">Distributed</a> table on top of - * ReplicatedMergeTree. Without replication, inserting into regular MergeTree can produce - * duplicates, if insert fails, and then successfully retries. However, each block is inserted - * atomically, and you can configure block size with {@link Write#withMaxInsertBlockSize(long)}. + * <p>Deduplication is performed by ClickHouse if inserting to <a Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
