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

Reply via email to