SHOW DYNAMIC TABLES 命令和 DYNAMIC_TABLES 函数:输出变更

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

The SHOW DYNAMIC TABLES and DYNAMIC_TABLES output behaves as follows:

Before the change:

The output of the SHOW DYNAMIC TABLES command and the DYNAMIC_TABLES function does not include the is_iceberg column.

After the change:

The output of the SHOW DYNAMIC TABLES command and the DYNAMIC_TABLES function includes the is_iceberg column, which is defined as follows:

列名称is_iceberg
数据类型文本
描述Y if the table is an Apache Iceberg™ dynamic table; otherwise, N.

参考:1796