kevinjqliu commented on code in PR #2533:
URL: https://github.com/apache/iceberg-python/pull/2533#discussion_r2406859406


##########
pyproject.toml:
##########
@@ -88,13 +88,13 @@ pyiceberg-core = { version = ">=0.5.1,<0.7.0", optional = 
true }
 polars = { version = "^1.21.0", optional = true }
 thrift-sasl = { version = ">=0.4.3", optional = true }
 kerberos = {version = "^1.3.1", optional = true}
-datafusion = { version = ">=45", optional = true }
+datafusion = { version = ">=45,<49", optional = true }

Review Comment:
   i tested locally that this passes without the extra `<49`
   ```
   poetry lock
   make install
   poetry run pytest tests/table/test_datafusion.py 
   ```



-- 
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]

Reply via email to