hvanhovell commented on pull request #31556: URL: https://github.com/apache/spark/pull/31556#issuecomment-785756421
@mridulm `TableReader` do not use a `Configuration` that is created on the executor, it uses one that is send from the driver. Your point might still hold for the driver though. However I thought that child first class loader would apply to the entire spark application (including the SparkContext). This seems to be the case for spark-submit, but I might be missing 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
