rdblue commented on issue #4510: URL: https://github.com/apache/iceberg/issues/4510#issuecomment-1163236562
@itaise, by default tables use the v1 format, which didn't use unique IDs for partition fields in metadata. That was fixed in v2. So when you upgrade a table to v2, (set the `table-format` property to 2) your changes will actually remove the unnecessary field that references the old column, rather than keeping a placeholder partition field around for it. -- 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]
