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


##########
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:
   its fine to leave as is. due to limitations we actually cannot use 
datafusion 49, so this makes sense



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