Tartarus0zm commented on issue #1602:
URL: https://github.com/apache/auron/issues/1602#issuecomment-3511285194

   @yew1eb  How about modifying the code using the method below?
   ```
   object Shims {
     AuronAdaptor.initInstance(new SparkAuronAdaptor)
     lazy val get: Shims = {
       classOf[Shims].getClassLoader
         .loadClass("org.apache.spark.sql.auron.ShimsImpl")
         .newInstance()
         .asInstanceOf[Shims]
     }
   }
   ```
   Would you like to test and verify it? 
   cc @richox 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to