XiaoHongbo-Hope commented on code in PR #8856:
URL: https://github.com/apache/paimon/pull/8856#discussion_r3654905985


##########
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:
     pypaimon-rust 0.4 is built against datafusion-ffi 54, whose ABI is 
incompatible with
     52/53 and future 55+. Could we pin datafusion to `datafusion>=54,<55` and 
add a real
     PaimonCatalog registration test?



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