JingsongLi commented on code in PR #6649:
URL: https://github.com/apache/paimon/pull/6649#discussion_r2555153147


##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaValidation.java:
##########
@@ -632,7 +632,7 @@ private static void validateRowTracking(TableSchema schema, 
CoreOptions options)
         boolean rowTrackingEnabled = options.rowTrackingEnabled();
         if (rowTrackingEnabled) {
             checkArgument(

Review Comment:
   remove whole `checkArgument`.



##########
docs/content/append-table/row-tracking.md:
##########
@@ -47,7 +47,7 @@ CREATE TABLE part_t (
 WITH ('row-tracking.enabled' = 'true');
 ```
 Notice that:
-- Row tracking is only supported for unaware append tables, not for primary 
key tables. Which means you can't define `bucket` and `bucket-key` for the 
table.
+- Row tracking is only supported for unaware or hash_fixed bucket append 
tables, not for primary key tables.

Review Comment:
   `supported for append tables`



-- 
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]

Reply via email to