You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/04 16:54:10 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #3709: Partition Metadata table breaks with a partition column named "partition"

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org