itholic commented on PR #40401:
URL: https://github.com/apache/spark/pull/40401#issuecomment-1467125777

   Seems like there are some more unchanged docstrings in several files as 
below:
   ```
   spark % git grep "Support Spark Connect"
   python/pyspark/sql/column.py:            Support Spark Connect.
   python/pyspark/sql/column.py:            Support Spark Connect.
   python/pyspark/sql/dataframe.py:            Support Spark Connect.
   python/pyspark/sql/dataframe.py:            Support Spark Connect.
   python/pyspark/sql/udf.py:            Support Spark Connect.
   python/pyspark/sql/udf.py:            Support Spark Connect.
   ```
   Btw, you can change the all strings at once by running the shell command in 
terminal such as:
   ```shell
   find . -name "*.py" -exec perl -pi -e 's/Support Spark Connect/Supports 
Spark Connect/g' {} \;
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to