syun64 commented on code in PR #921: URL: https://github.com/apache/iceberg-python/pull/921#discussion_r1677248853
########## pyiceberg/schema.py: ########## @@ -324,6 +324,11 @@ def field_ids(self) -> Set[int]: """Return the IDs of the current schema.""" return set(self._name_to_id.values()) + @property + def field_names(self) -> Set[str]: Review Comment: Sounds good - I've removed the property, since it's only being used in `_check_pyarrow_schema_compatible` -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org