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 2021/05/18 14:19:45 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #2604: MERGE INTO TABLE is not supported temporarily.

RussellSpitzer commented on issue #2604:
URL: https://github.com/apache/iceberg/issues/2604#issuecomment-843212802


   I wrote this on another issue recently, I think usually you have two places where this could break.
   
   Target table is not iceberg 
   Extensions are not loaded
   
   In this case I'm guessing you are possibly making the session before setting the extensions property. This could happen in a notebook or shell which creates the session in an init script. Could you try moving the extensions config into a command line --conf option or some other method which sets initial spark conf?


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

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