You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "LuciferYang (via GitHub)" <gi...@apache.org> on 2023/05/29 06:17:29 UTC

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

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

   ### What changes were proposed in this pull request
   Similar to SPARK-41316, this pr adds `@scala.annotation.tailrec` inspected by IDE (IntelliJ),  these are new cases after Spark 3.4.
   
   
   ### 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] LuciferYang closed pull request #41360: [SPARK-43860][SQL] Enable tail-recursion wherever possible

Posted by "LuciferYang (via GitHub)" <gi...@apache.org>.
LuciferYang closed pull request #41360: [SPARK-43860][SQL] Enable tail-recursion wherever possible
URL: https://github.com/apache/spark/pull/41360


-- 
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 #41360: [SPARK-43860][SQL] Enable tail-recursion wherever possible

Posted by "LuciferYang (via GitHub)" <gi...@apache.org>.
LuciferYang commented on PR #41360:
URL: https://github.com/apache/spark/pull/41360#issuecomment-1567345506

   Merged to master. Thanks @srowen 


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