cnauroth commented on code in PR #49858: URL: https://github.com/apache/spark/pull/49858#discussion_r1948244266
########## core/src/main/scala/org/apache/spark/util/Utils.scala: ########## @@ -3151,9 +3152,31 @@ private[spark] object Utils } } -private[util] object CallerContext extends Logging { Review Comment: I needed to relax visibility on things here to facilitate unit testing with caller context enabled. LMK if a different approach is preferred (reflection?). -- 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-unsubscr...@spark.apache.org 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