This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.1 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit b11325eb7c5b6ede68d357ab7eb82d4ad0b54dfd Author: JingsongLi <[email protected]> AuthorDate: Wed May 7 19:05:18 2025 +0800 [doc] binlog table is unable to display Flink's computed columns --- docs/content/concepts/system-tables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/concepts/system-tables.md b/docs/content/concepts/system-tables.md index 5385f7961f..a3f3cddbd8 100644 --- a/docs/content/concepts/system-tables.md +++ b/docs/content/concepts/system-tables.md @@ -140,6 +140,8 @@ SELECT * FROM my_table$audit_log; You can query the binlog through binlog table. In the binlog system table, the update before and update after will be packed in one row. +Currently, the binlog table is unable to display Flink's computed columns. + ```sql SELECT * FROM T$binlog;
