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

   > however, i am getting the following error when trying to write data to the 
table using df.writeTo("ns_name.xxxxxx").append()
   
   I think this is happening because you haven't specified the catalog name in 
identifier of write to and niether made `my_catalog` as default .... 
   
   try doing : `df.writeTo("my_catalog.ns_name.xxxxxx").append()` instead (ref 
: https://iceberg.apache.org/docs/latest/spark-writes/#appending-data)
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to