[ 
https://issues.apache.org/jira/browse/SPARK-57148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anupam Yadav updated SPARK-57148:
---------------------------------
    Description: 
After SPARK-54876, `StringUtils.splitSemiColonWithIndex` no longer returns 
indices — it returns `List[String]`. The name is now misleading.

Rename it to `splitSemiColon` and update the two call sites 
(`SparkSQLCLIDriver` and `SqlGraphRegistrationContext`).

Suggested by [~cloud_fan]  in 
[https://github.com/apache/spark/pull/55466#discussion_r3323420818]

  was:
After SPARK-54876, `StringUtils.splitSemiColonWithIndex` no longer returns 
indices — it returns `List[String]`. The name is now misleading.

Rename it to `splitSemiColon` and update the two call sites 
(`SparkSQLCLIDriver` and `SqlGraphRegistrationContext`).

Suggested by @cloud-fan in 
https://github.com/apache/spark/pull/55466#discussion_r3323420818


> Rename splitSemiColonWithIndex to splitSemiColon in StringUtils
> ---------------------------------------------------------------
>
>                 Key: SPARK-57148
>                 URL: https://issues.apache.org/jira/browse/SPARK-57148
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Anupam Yadav
>            Priority: Major
>
> After SPARK-54876, `StringUtils.splitSemiColonWithIndex` no longer returns 
> indices — it returns `List[String]`. The name is now misleading.
> Rename it to `splitSemiColon` and update the two call sites 
> (`SparkSQLCLIDriver` and `SqlGraphRegistrationContext`).
> Suggested by [~cloud_fan]  in 
> [https://github.com/apache/spark/pull/55466#discussion_r3323420818]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to