shyjsarah commented on code in PR #8856:
URL: https://github.com/apache/paimon/pull/8856#discussion_r3656616869


##########
paimon-python/setup.py:
##########
@@ -187,7 +187,7 @@ def read_requirements():
             'paimon-ftindex==0.1.0; python_version>="3.8"',
         ],
         'sql': [
-            'pypaimon-rust>=0.3.0,<0.4.0; python_version>="3.10"',
+            'pypaimon-rust>=0.3.0,<0.5.0; python_version>="3.10"',

Review Comment:
   Updated in a15c0c4729: pinned DataFusion to >=54,<55 and replaced the 
hasattr check with an actual PaimonCatalog registration against DataFusion 
SessionContext.



##########
paimon-python/setup.py:
##########
@@ -187,7 +187,7 @@ def read_requirements():
             'paimon-ftindex==0.1.0; python_version>="3.8"',
         ],
         'sql': [
-            'pypaimon-rust>=0.3.0,<0.4.0; python_version>="3.10"',
+            'pypaimon-rust>=0.3.0,<0.5.0; python_version>="3.10"',

Review Comment:
   Done in a15c0c4729. Removed the pypaimon-rust upper bound and kept only 
>=0.3.0.



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

Reply via email to