Apache Doris 中文技术论坛
Questions Tags Users Badges

Doris 2.1.6 无法删除存储在 MinIO 上的 Iceberg 表数据文件

Asked Nov 2, 2024 Modified Nov 2, 2024
Viewed 79
2.1 catalog

使用 DROP TABLE 后仅删除了Catalog里对应的表数据, 存储在 MinIO 上的 Iceberg表数据文件和 Iceberg 表元数据都没有删除.

edited Nov 2, 2024
鲁汀13
asked Nov 2, 2024
1 Answers

默认不删除数据文件,该行为与spark相同。

spark删除数据文件方式: drop table tb1 purge。

目前doris不支持删除数据文件,需要另外增加语法支持。

已提pr fix:https://github.com/apache/doris/pull/43441

edited Nov 14, 2024
黄海军@SelectDB5138
answered Nov 4, 2024
Related Questions
Apache Doris内存不够,为什么不像spark一样排队处理,Tablet排队一个个处理,而是报错,请问这个解释对吗
为什么相同的内存,执行一样的任务,spark可以执行完,但是doris却报内存不足错误,doris已经调整了单个任务可以使用集权资源的80%
无法识别关键字 ROUTINE LOAD:no viable alternative at input 'CREATE ROUTINE'
关于workloadGroup
Doris查询超时,已在SQL语句设置/*+ query_timeout(3000) */ 仍然在900秒时中断
1 answers
2.1.11版本集成Ranger后,字段脱敏不可用,行过滤偶尔不可用
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Doris 中文技术论坛.