ueshin commented on a change in pull request #32386:
URL: https://github.com/apache/spark/pull/32386#discussion_r623528856



##########
File path: python/setup.py
##########
@@ -256,8 +262,13 @@ def run(self):
             'mllib': ['numpy>=1.7'],
             'sql': [
                 'pandas>=%s' % _minimum_pandas_version,
-                'pyarrow>=%s' % _minimum_pyarrow_version,
-            ]
+                'pyarrow>=1.0.0',
+            ],
+            'pandas_on_spark': [
+                'pandas>=%s' % _minimum_pandas_version,
+                'pyarrow>=0.10',

Review comment:
       The pandas on Spark is based on PySpark SQL with pandas UDF which won't 
work with `pyarrow < 1.0.0`. We should use the same lower bound.




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

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