[jira] [Commented] (SPARK-43944) Add string functions to Scala and Python - part 2

2023-06-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-43944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17734074#comment-17734074
 ] 

ASF GitHub Bot commented on SPARK-43944:


User 'zhengruifeng' has created a pull request for this issue:
https://github.com/apache/spark/pull/41659

> Add string functions to Scala and Python - part 2
> -
>
> Key: SPARK-43944
> URL: https://issues.apache.org/jira/browse/SPARK-43944
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect, PySpark, SQL
>Affects Versions: 3.5.0
>Reporter: Ruifeng Zheng
>Assignee: BingKun Pan
>Priority: Major
> Fix For: 3.5.0
>
>
> Add following functions:
> * replace
> * split_part
> * substr
> * parse_url
> * printf
> * url_decode
> * url_encode
> * position
> * endswith
> * startswith
> to:
> * Scala API
> * Python API
> * Spark Connect Scala Client
> * Spark Connect Python Client



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (SPARK-43944) Add string functions to Scala and Python - part 2

2023-06-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-43944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17734073#comment-17734073
 ] 

ASF GitHub Bot commented on SPARK-43944:


User 'zhengruifeng' has created a pull request for this issue:
https://github.com/apache/spark/pull/41659

> Add string functions to Scala and Python - part 2
> -
>
> Key: SPARK-43944
> URL: https://issues.apache.org/jira/browse/SPARK-43944
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect, PySpark, SQL
>Affects Versions: 3.5.0
>Reporter: Ruifeng Zheng
>Assignee: BingKun Pan
>Priority: Major
> Fix For: 3.5.0
>
>
> Add following functions:
> * replace
> * split_part
> * substr
> * parse_url
> * printf
> * url_decode
> * url_encode
> * position
> * endswith
> * startswith
> to:
> * Scala API
> * Python API
> * Spark Connect Scala Client
> * Spark Connect Python Client



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (SPARK-43944) Add string functions to Scala and Python - part 2

2023-06-17 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-43944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733723#comment-17733723
 ] 

ASF GitHub Bot commented on SPARK-43944:


User 'panbingkun' has created a pull request for this issue:
https://github.com/apache/spark/pull/41594

> Add string functions to Scala and Python - part 2
> -
>
> Key: SPARK-43944
> URL: https://issues.apache.org/jira/browse/SPARK-43944
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect, PySpark, SQL
>Affects Versions: 3.5.0
>Reporter: Ruifeng Zheng
>Priority: Major
>
> Add following functions:
> * replace
> * split_part
> * substr
> * parse_url
> * printf
> * url_decode
> * url_encode
> * position
> * endswith
> * startswith
> to:
> * Scala API
> * Python API
> * Spark Connect Scala Client
> * Spark Connect Python Client



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (SPARK-43944) Add string functions to Scala and Python - part 2

2023-06-17 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-43944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733724#comment-17733724
 ] 

ASF GitHub Bot commented on SPARK-43944:


User 'panbingkun' has created a pull request for this issue:
https://github.com/apache/spark/pull/41594

> Add string functions to Scala and Python - part 2
> -
>
> Key: SPARK-43944
> URL: https://issues.apache.org/jira/browse/SPARK-43944
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect, PySpark, SQL
>Affects Versions: 3.5.0
>Reporter: Ruifeng Zheng
>Priority: Major
>
> Add following functions:
> * replace
> * split_part
> * substr
> * parse_url
> * printf
> * url_decode
> * url_encode
> * position
> * endswith
> * startswith
> to:
> * Scala API
> * Python API
> * Spark Connect Scala Client
> * Spark Connect Python Client



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (SPARK-43944) Add string functions to Scala and Python - part 2

2023-06-12 Thread BingKun Pan (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-43944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17731820#comment-17731820
 ] 

BingKun Pan commented on SPARK-43944:
-

I work on it.

> Add string functions to Scala and Python - part 2
> -
>
> Key: SPARK-43944
> URL: https://issues.apache.org/jira/browse/SPARK-43944
> Project: Spark
>  Issue Type: Sub-task
>  Components: Connect, PySpark, SQL
>Affects Versions: 3.5.0
>Reporter: Ruifeng Zheng
>Priority: Major
>
> Add following functions:
> * replace
> * split_part
> * substr
> * parse_url
> * printf
> * url_decode
> * url_encode
> * position
> * endswith
> * startswith
> to:
> * Scala API
> * Python API
> * Spark Connect Scala Client
> * Spark Connect Python Client



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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