From eae1869d3ae29f87182ab23ef6067da8ca19bd97 Mon Sep 17 00:00:00 2001 From: Sayanta Banerjee <53281158+Sayanta66@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:06:30 +0530 Subject: [PATCH] Update docs/features/cdc/cdc-streams.rst Co-authored-by: Yaniv Kaul --- docs/features/cdc/cdc-streams.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/cdc/cdc-streams.rst b/docs/features/cdc/cdc-streams.rst index 2cee1fa899..f3ea874d04 100644 --- a/docs/features/cdc/cdc-streams.rst +++ b/docs/features/cdc/cdc-streams.rst @@ -67,7 +67,7 @@ returns: (2 rows) -.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two that went to the same stream. +.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two rows that went to the same stream. .. note:: For a given stream there is no straightforward way to find a partition key which will get mapped to this stream, because of the partitioner, which uses the murmur3 hash function underneath (the truth is you can efficiently find such a key, as murmur3 is not a cryptographic hash, but it's not completely obvious).