HonahX commented on code in PR #586: URL: https://github.com/apache/iceberg-python/pull/586#discussion_r1564329894
########## pyiceberg/catalog/__init__.py: ########## @@ -257,6 +257,12 @@ def delete_data_files(io: FileIO, manifests_to_delete: List[ManifestFile]) -> No deleted_files[path] = True +def _property_as_bool(properties: Dict[str, str], property_name: str, default: bool) -> bool: Review Comment: Move this out from `PropertyUtil` since we do not want to add new public util in a patch release -- 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