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(id string,name string) using iceberg; 2ćinsert into test select 'a','a'; 3ćdrop table test purge; purge sql only delete iceberg datafile and metadata fileļ¼but hdfs path still exist. it is confused when reuse this path. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org