yew1eb commented on issue #1602: URL: https://github.com/apache/auron/issues/1602#issuecomment-3511449050
@Tartarus0zm but unit tests like `AuronCheckConvertShuffleExchangeSuite` call `AuronConverters.convertSparkPlan` directly — which triggers `AuronAdaptor.getInstance.getAuronConfiguration` — without importing `Shims`. This means the side-effect `AuronAdaptor.initInstance` won’t run, leading to NPE in tests. What's you thoughts? -- 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]
