chakravarthiT opened a new pull request #23972: [SPARK-26602] Insert into table fails after querying UDF loaded with wrong hdfs path URL: https://github.com/apache/spark/pull/23972 ## What changes were proposed in this pull request? The problem here is, though the jar does not exist ,it is added to the addedJars in sparkContext.scala, when performing select on UDF. And when insert into table happens it is trying to load the jars from the ListJars and as the jar not exist,it gives Exception. So in this PR,validation is added before adding the jars to the addedJars. ## How was this patch tested? Manual Test
---------------------------------------------------------------- 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]
