AngersZhuuuu opened a new pull request #25653: [SPARK-28723][FLOW-UP][SQL] In 
SparkSQL CLI, pass extra jar through hive hive conf HIVEAUXJARS, we just  use 
SessionResourceLoader API to cover multi-version problem
URL: https://github.com/apache/spark/pull/25653
 
 
   ### What changes were proposed in this pull request?
   For extra jar passed through hive conf  `HiveConf.ConfVars.HIVEAUXJARS`, we 
don't need to use complex APIs to fix version problem, we just can handle it 
through spark's SessionResourceLoader. add jar to Spark and SparkSession's  
running env.
   
   
   ### Why are the changes needed?
   Reduce complex code to fit each version of hive.
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   Old UT is enough
   

----------------------------------------------------------------
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]

Reply via email to