kevinjqliu commented on code in PR #2573: URL: https://github.com/apache/iceberg-python/pull/2573#discussion_r2404680024
########## poetry.lock: ########## @@ -502,14 +518,14 @@ numba = ">=0.60,<0.62" numpy = ">=1.24" pandas = ">=2.2" psutil = "*" -pyarrow = ">=19.0,<19.1" Review Comment: we're now pulling in pyarrow 21, which caused the CI issue. likely with how the arrow schema is displayed -- 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]
