Ngone51 commented on PR #53814: URL: https://github.com/apache/spark/pull/53814#issuecomment-3776964839
Isn't `errorInGuavaCache()` a function call? And `isFatalError(t: Throwable, depthToCheck: Int)` also accpet the `Throwable` directly rather than a function parameter or by-name parameter. So they should execute immediately. I saw the conditions `depthToCheck >= 2` and `depthToCheck >= 3`. But, shouldn't `errorInGuavaCache()` also be called when `depthToCheck < 2`? I'm confused. Did I miss something? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
