xiangyuf commented on code in PR #2238:
URL: https://github.com/apache/incubator-paimon/pull/2238#discussion_r1379947319
##########
docs/content/concepts/basic-concepts.md:
##########
@@ -40,7 +40,7 @@ By partitioning, users can efficiently operate on a slice of
records in the tabl
{{< hint info >}}
-Partition keys must be a subset of primary keys if primary keys are defined.
+Partition keys must be a subset of primary keys if primary keys are defined
and the table is using fixed bucket mode. For tables using dynamic bucket mode,
partition keys only need to be different from the primary keys, see [Dynamic
Bucket]({{< ref "concepts/primary-key-table#dynamic-bucket">}}).
Review Comment:
> `If you want to use cross partition update, you should use dynamic bucket
mode.`?
@JingsongLi Hi, pls check the updated version.
--
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]