You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/17 18:25:03 UTC

[GitHub] [iceberg] singhpk234 commented on issue #5565: [Spark] Cannot append to Glue table - StorageDescriptor#InputFormat cannot be null for table

singhpk234 commented on issue #5565:
URL: https://github.com/apache/iceberg/issues/5565#issuecomment-1218354181

   >     val tableExists = sparkSession.catalog.tableExists(s"$dbName.$tableName")
   
   I think this is happening because you haven't specified the catalog name in identifier of write to and neither made my_catalog as default ....
   
   can you please try once with 3 part identifier here i.e sparkSession.catalog.tableExists(s"$catalog.$dbName.$tableName")
   
   ref : A ticket stating similar issue : https://github.com/apache/iceberg/issues/2202#issuecomment-786301938
   


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org