Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20089#discussion_r158773551
--- Diff: python/setup.py ---
@@ -201,7 +201,7 @@ def _supports_symlinks():
extras_require={
'ml': ['numpy>=1.7'],
'mllib': ['numpy>=1.7'],
- 'sql': ['pandas>=0.19.2']
+ 'sql': ['pandas>=0.19.2', 'pyarrow>=0.8.0']
--- End diff --
If no pyarrow is installed, will setup force users to install it?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]