mengshangxun commented on issue #9869:
URL: https://github.com/apache/iceberg/issues/9869#issuecomment-1980316480
when create a hive catalog table ,it will create hdfs path in the spark
warehouse,but now neither `drop table` or` drop table purge` can delete this
path. if i use drop table a
RussellSpitzer commented on issue #9869:
URL: https://github.com/apache/iceberg/issues/9869#issuecomment-1980120089
No it also removes data files, the only exception is files which are not
referenced by the Iceberg table.
--
This is an automated message from the Apache Git Service.
To res
nqvuong1998 commented on issue #9869:
URL: https://github.com/apache/iceberg/issues/9869#issuecomment-1980057905
In my case, when using PURGE, Iceberg only deletes metadata files. Do I need
any conf to be able to delete data files?
--
This is an automated message from the Apache Git Serv
manuzhang commented on issue #9869:
URL: https://github.com/apache/iceberg/issues/9869#issuecomment-1978915313
This is expected behavior as Iceberg only purges its referenced metadata and
data, and nothing more.
--
This is an automated message from the Apache Git Service.
To respond to th
mengshangxun opened a new issue, #9869:
URL: https://github.com/apache/iceberg/issues/9869
### Apache Iceberg version
1.4.3 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
hdfs+spark3.3+iceberg1.4.3+hive catalog
1、create table test(i