mkaravel commented on code in PR #51298:
URL: https://github.com/apache/spark/pull/51298#discussion_r2342581507


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -15799,8 +15799,7 @@ def regexp_count(str: "ColumnOrName", regexp: 
"ColumnOrName") -> Column:
 
 @_try_remote_functions
 def regexp_extract(str: "ColumnOrName", pattern: str, idx: int) -> Column:
-    r"""Extract a specific group matched by the Java regex `regexp`, from the 
specified
-    string column.
+    r"""Extract a specific group matched by the Java regex `regexp`, from the 
specified string column.

Review Comment:
   Apologies, I must have looked at the commit not the global diff.



-- 
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