rdblue commented on code in PR #6775: URL: https://github.com/apache/iceberg/pull/6775#discussion_r1199486280
########## python/pyiceberg/io/pyarrow.py: ########## @@ -28,12 +28,16 @@ import os from abc import ABC, abstractmethod from functools import lru_cache, singledispatch +from heapq import merge Review Comment: I think the changes in this file at least are nearly ready to go. We can probably get them in faster if we split out the changes in another PR. -- 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]
