maropu commented on pull request #29999:
URL: https://github.com/apache/spark/pull/29999#issuecomment-707112322


   > Why the stack overflow can happen in the current approach ?
   The current approach uses reduceLeft to connect each Like(e, p), this will 
lead the the call depth of the thread is too large, causing StackOverflowError 
problems.
   
   This issue can only happens in `LIKE ALL`? I'm still not sure about what's a 
root cause of it. You meant that creating many `Like` objects will throw 
StackOverflowError?


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to