duwanqiebi opened a new issue, #9586:
URL: https://github.com/apache/iceberg/issues/9586

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   - Conf:
       - "spark.sql.catalog.spark_catalog": 
"org.apache.iceberg.spark.SparkSessionCatalog"
       - "spark.sql.catalog.spark_catalog.catalog-impl": 
"org.apache.iceberg.aws.glue.GlueCatalog"
       - "spark.sql.catalog.spark_catalog.io-impl": 
"org.apache.iceberg.aws.s3.S3FileIO"
       - "spark.sql.extensions": 
"org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions"
       
   Create Table, write, read is OK.
   But I get the following error when I drop table:
   ```
   spark.sql("drop table $db.test_iceberg_0 purge")
   
   
   pyspark.errors.exceptions.captured.AnalysisException: 
org.apache.hadoop.hive.ql.metadata.HiveException: Unable to fetch table 
test_iceberg_0. StorageDescriptor#InputFormat cannot be null for table: 
test_iceberg_0 (Service: null; Status Code: 0; Error Code: null; Request ID: 
null; Proxy: null)
   ```
      
   ### 


-- 
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