HyukjinKwon commented on code in PR #44869:
URL: https://github.com/apache/spark/pull/44869#discussion_r1465690543
##########
python/pyspark/pandas/config.py:
##########
@@ -273,6 +273,15 @@ def validate(self, v: Any) -> None:
"'plotting.max_rows' should be greater than or equal to 0.",
),
),
+ Option(
+ key="compute.pandas_fallback",
Review Comment:
Might need to edit the docs (see the top:
```
# NOTE: if you are fixing or adding an option here, make sure you execute
`show_options()` and
# copy & paste the results into show_options
# 'docs/source/user_guide/pandas_on_spark/options.rst' as well.
# See the examples below:
# >>> from pyspark.pandas.config import show_options
# >>> show_options()
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]