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


##########
paimon-python/setup.py:
##########
@@ -70,6 +70,10 @@ def read_requirements():
             'pylance>=0.20,<1; python_version>="3.9"',
             'pylance>=0.10,<1; python_version>="3.8" and python_version<"3.9"'
         ],
+        'sql': [
+            'pypaimon-rust',
+            'datafusion>=52',
+        ],

Review Comment:
   ·pypaimon-rust` Python binding requires Python >=3.10. Ref: 
https://github.com/apache/paimon-rust/blob/022da71dde98e5ff17638720e62e1c643e1b48ed/bindings/python/pyproject.toml#L25)



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