nivo091 edited a comment on issue #23921: [SPARK-26560][SQL]:Repeat select on HiveUDF fails URL: https://github.com/apache/spark/pull/23921#issuecomment-474403998 Spark-shell have the IMainTranslatingClassLoader which is loaded from IMain (scala.tools.nsc.interpreter). For the first select of function, it loads the hiveUDF jar in the below line. https://github.com/apache/spark/blob/e402de5fd030cdc4150fda0755c7c636cad9619e/sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala#L168-L169
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
