You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "itholic (via GitHub)" <gi...@apache.org> on 2023/03/13 23:41:47 UTC

[GitHub] [spark] itholic commented on pull request #40401: [SPARK-42773][DOCS][PYTHON] Minor update to 3.4.0 version change message for Spark Connect

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-unsubscribe@spark.apache.org

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


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