amaliujia commented on code in PR #39035:
URL: https://github.com/apache/spark/pull/39035#discussion_r1046751150


##########
python/pyspark/sql/connect/functions.py:
##########
@@ -89,6 +90,10 @@ def col(col: str) -> Column:
 column = col
 
 
+def colRegex(col: str) -> Column:

Review Comment:
   yes! The ultimate goal for Connect is to match existing API.



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