Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20089#discussion_r158773775
--- 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 --
Nope, `extras_require` does not do anything in normal cases but they can be
installed together with a dev option via pip IIRC.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]