rdblue commented on issue #4510: URL: https://github.com/apache/iceberg/issues/4510#issuecomment-1161912109
I think the problem is that this is a v1 table. In v1, the `some_date` partition field is not actually dropped, it is replaced with a null / void transform. So you still need the original column ref. If you update your table to v2 and then try the write it should work. -- 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]
