ConeyLiu commented on code in PR #1427: URL: https://github.com/apache/iceberg-python/pull/1427#discussion_r1886441268
########## pyiceberg/manifest.py: ########## @@ -105,6 +105,9 @@ def _missing_(cls, value: object) -> Union[None, str]: return member return None + def is_splittable(self) -> bool: + return self.name == "AVRO" or self.name == "PARQUET" or self.name == "ORC" Review Comment: changed to enum -- 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