You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/23 07:52:26 UTC

[GitHub] [spark] LuciferYang opened a new pull request #35621: [SPARK-38299][SQL] Clean up deprecated usage of `StringBuilder.newBuilder`

LuciferYang opened a new pull request #35621:
URL: https://github.com/apache/spark/pull/35621


   ### What changes were proposed in this pull request?
   `StringBuilder.newBuilder` has deprecated since Scala 2.13.0:
   
   https://github.com/scala/scala/blob/de73fdb0a8552f0b2444334bb7b31c0a95a79474/src/library/scala/collection/mutable/StringBuilder.scala#L479-L482
   
   this pr change to use `new StringBuilder()` instead of it.
   
   
   ### Why are the changes needed?
   Clean up deprecated API usage.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GA


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


[GitHub] [spark] LuciferYang commented on pull request #35621: [SPARK-38299][SQL] Clean up deprecated usage of `StringBuilder.newBuilder`

Posted by GitBox <gi...@apache.org>.
LuciferYang commented on pull request #35621:
URL: https://github.com/apache/spark/pull/35621#issuecomment-1049431201


   thanks all


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


[GitHub] [spark] dongjoon-hyun closed pull request #35621: [SPARK-38299][SQL] Clean up deprecated usage of `StringBuilder.newBuilder`

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #35621:
URL: https://github.com/apache/spark/pull/35621


   


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