VVKot commented on code in PR #3711: URL: https://github.com/apache/iceberg-python/pull/3711#discussion_r3699875782
########## pyproject.toml: ########## @@ -93,8 +93,11 @@ sql-sqlite = ["sqlalchemy>=2.0.18,<3"] gcsfs = ["gcsfs>=2023.1.0"] rest-sigv4 = ["boto3>=1.24.59"] hf = ["huggingface-hub>=0.24.0"] -pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.10.0"] -datafusion = ["datafusion>=52,<53"] +# `pyiceberg-core` bundles a `datafusion-ffi` build, and the DataFusion FFI ABI is not stable Review Comment: I'd rather keep it while pins have to match exactly? Otherwise this knowledge is implicit and not written down anywhere (besides Github issues) -- 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]
