NikitaMatskevich commented on code in PR #2111: URL: https://github.com/apache/iceberg-python/pull/2111#discussion_r2154869508
########## pyproject.toml: ########## @@ -62,7 +62,7 @@ pyparsing = ">=3.1.0,<4.0.0" zstandard = ">=0.13.0,<1.0.0" tenacity = ">=8.2.3,<10.0.0" pyroaring = ">=1.0.0,<2.0.0" -pyarrow = { version = ">=17.0.0,<21.0.0", optional = true } +pyarrow = { version = ">=20.0.0,<21.0.0", optional = true } Review Comment: Ok, I did the change. I enable the filesystem conditionally now. But do you recall why people were stuck on pyarrow < 20? -- 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