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_icebergcolumn.- After the change:
The output of the SHOW DYNAMIC TABLES command and the DYNAMIC_TABLES function includes the
is_icebergcolumn, which is defined as follows:列名称 is_iceberg数据类型 文本 描述 Y if the table is an Apache Iceberg™ dynamic table; otherwise, N.
参考:1796