sivakanthavel-tigeranalytics commented on issue #10003:
URL: https://github.com/apache/iceberg/issues/10003#issuecomment-2138905817

   Hello @matepek @ajantha-bhat ,
   
   Need some suggestions !
   
   I am using org.apache.iceberg.spark.SparkSessionCatalog instead of 
SparkCatalog. I am able to create both Iceberg and non-Iceberg tables on the 
Glue catalog. However, when I try to execute SHOW TABLE EXTENDED db_name LIKE 
(table_name) on an Iceberg table, it throws this error: 
org.apache.hadoop.hive.ql.metadata.HiveException: Unable to fetch table. 
StorageDescriptor#InputFormat cannot be null for table:
   
   I am using dbt Spark to load Iceberg tables on the Glue catalog. I don't 
have control over the SQL command which dbt generates to check table existence. 
Because of the error I am getting, I am unable to proceed further.
   
   Any help on this issue would be helpful.
   
   **spark_default.conf** settings
     spark.sql.extensions 
org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
     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.warehouse s3:bucket_name


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

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