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/11/29 07:54:10 UTC

[GitHub] [spark] LuciferYang opened a new pull request, #38835: [SPARK-41316][SQL] Enable tail-recursion wherever possible

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

   ### What changes were proposed in this pull request?
   Similar to SPARK-37783, this pr adds `@scala.annotation.tailrec` inspected by IDE (IntelliJ),  these are new cases after Spark 3.3.
   
   
   ### Why are the changes needed?
   To improve performance.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GItHub Actions


-- 
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] zhengruifeng closed pull request #38835: [SPARK-41316][SQL] Enable tail-recursion wherever possible

Posted by GitBox <gi...@apache.org>.
zhengruifeng closed pull request #38835: [SPARK-41316][SQL] Enable tail-recursion wherever possible
URL: https://github.com/apache/spark/pull/38835


-- 
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] zhengruifeng commented on pull request #38835: [SPARK-41316][SQL] Enable tail-recursion wherever possible

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on PR #38835:
URL: https://github.com/apache/spark/pull/38835#issuecomment-1330474460

   merged into master


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