nastra commented on issue #9960: URL: https://github.com/apache/iceberg/issues/9960#issuecomment-1999091358
The `UPDATE TABLE is not supported temporarily` is an indication that you're performing an `UPDATE` against a non-Iceberg table. The error itself is coming from [Spark](https://github.com/apache/spark/blob/289543eba5bd07395282c28cb08934ec625a4935/sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala#L972-L975). Against which catalog & table are you performing the `UPDATE`? -- 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]
