richox opened a new issue, #1263: URL: https://github.com/apache/auron/issues/1263
**Is your feature request related to a problem? Please describe.** currently, Auron's code is tightly coupled to Spark. since we are planning to support more engines like Flink, we need an `auron-core` module to support a minimal working set of the native execution abilities. **Describe the solution you'd like** 1. decouple native engine code to Spark. for example, `SparkUDFWrapper` should be renamed to `UDFWrapper`. 2. add `auron-core` maven module, which has JNI bridge, native execution wrapper, and a set of interfaces required by JNI. specified deps like Spark or Scala should be removed. 3. `auron-spark-extension` module should be derived on `auron-core` with all interfaces implemented. 4. support more engines from `auron-core`, like `auron-flink-extension`. **Describe alternatives you've considered** **Additional context** -- 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]
