yunfengzhou-hub commented on code in PR #6933:
URL: https://github.com/apache/paimon/pull/6933#discussion_r2684641252


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

Review Comment:
   It might be better to remove this title to keep the TOC simpler.



##########
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:
   It might be better to put tab `Enable via ALTER TABLE` first. Few users 
should have this requirement when the table was initially created.



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