wzhero1 commented on code in PR #6933:
URL: https://github.com/apache/paimon/pull/6933#discussion_r2685001896


##########
docs/content/concepts/system-tables.md:
##########
@@ -136,6 +136,51 @@ SELECT * FROM my_table$audit_log;
 */
 ```
 
+#### Reading with Sequence Number
+
+For primary key tables, you can enable the 
`table-read.sequence-number.enabled` option to include the `_SEQUENCE_NUMBER` 
field in the output.
+
+{{< tabs "audit-log-sequence-number" >}}
+
+{{< tab "Enable via CREATE TABLE" >}}

Review Comment:
   done



##########
docs/content/concepts/system-tables.md:
##########
@@ -136,6 +136,51 @@ SELECT * FROM my_table$audit_log;
 */
 ```
 
+#### Reading with Sequence Number

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]

Reply via email to