Tartarus0zm opened a new issue, #1535: URL: https://github.com/apache/auron/issues/1535
We introduced the `AuronAdaptor` to abstract away specific engines like Spark, Flink, and Trino. `AuronAdaptor` employs the singleton pattern to facilitate interaction between the native engine and the upper-layer engine. However, each time the `AuronAdaptor` API is called, the `getInstance` API must be used. Is there a better solution? -- 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]
