HyukjinKwon commented on code in PR #38130:
URL: https://github.com/apache/spark/pull/38130#discussion_r995297776


##########
python/pyspark/pandas/config.py:
##########
@@ -183,6 +183,40 @@ def validate(self, v: Any) -> None:
             "Index type should be one of 'sequence', 'distributed', 
'distributed-sequence'.",
         ),
     ),
+    Option(

Review Comment:
   Mind regenerating the table? See also above:
   
   ```
   # 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]

Reply via email to