JingsongLi commented on code in PR #4520: URL: https://github.com/apache/paimon/pull/4520#discussion_r1841532691
########## docs/content/maintenance/system-tables.md: ########## @@ -406,4 +406,23 @@ SELECT * FROM T$statistics; 1 rows in set */ ``` +### Binlog Table + +You can streaming or batch query the binlog through binlog table. In this system table, +the update before and update after will be packed in one row. + +``` +/* ++------------------+----------------------+-----------------------+ +| rowkind | column_0 | column_1 | ++------------------+----------------------+-----------------------+ +| +I | [col_0, null] | [col_1, null] | Review Comment: I mean one element, not one element and a null, two elements. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org