在iceberg上建了分区表, 但是查询不了有哪些分区, 使用起来会比较麻烦, 不知道表里有哪些分区的话.
show partitions from test_table_on_iceberg;
truncate 表的分区失败
truncate table test_table_on_iceberg partition `a=1`
支持year month day 分区 以及表达式分区
目前没有支持月分区
在iceberg上建了分区表, 但是查询不了有哪些分区, 使用起来会比较麻烦, 不知道表里有哪些分区的话.
show partitions from test_table_on_iceberg;
truncate 表的分区失败
truncate table test_table_on_iceberg partition `a=1`
支持year month day 分区 以及表达式分区
目前没有支持月分区