Fokko commented on code in PR #355: URL: https://github.com/apache/iceberg-python/pull/355#discussion_r1477436119
########## pyproject.toml: ########## @@ -105,6 +105,7 @@ pyarrow = ["pyarrow"] pandas = ["pandas", "pyarrow"] duckdb = ["duckdb", "pyarrow"] ray = ["ray", "pyarrow", "pandas"] +daft = ["getdaft>=0.2.12"] Review Comment: In Poetry you need to define `daft` as a requirement above, and you can reference it here. Does Daft ship with PyArrow by default? -- 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