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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
