RussellSpitzer commented on issue #3709: URL: https://github.com/apache/iceberg/issues/3709#issuecomment-1004994347
My guess would be that we are getting the listing of columns in the schema and we see that we have a column named "partition" which also has a field "partition.partition". We probably are including both in the safety check there so my guess would be we need to ignore the top level "partition" when doing the check. -- 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]
