dramaticlly commented on issue #8045: URL: https://github.com/apache/iceberg/issues/8045#issuecomment-1631645871
Looks like this was caused by partition transformation/hidden partition where column `ts` is of type `timestamptz` but transformed partition spec have days transformation on `ts` column which result in `ts_day` of type `int`. If you can, can you share how your original rewrite_position_delete_files command so we can try to repro? -- 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]
