prestodb / presto-maven-plugin

Maven packaging and lifecycle for Presto plugins
Apache License 2.0
6 stars 26 forks source link

Add support for generating the default service descriptor for CoordinatorPlugins #20

Closed pdabre12 closed 2 weeks ago

pdabre12 commented 2 weeks ago

With the addition of https://github.com/prestodb/presto/pull/23144, a new parallel interface CoordinatorPlugin was added which includes only interfaces relevant to native C++ clusters. Support for generating the default service descriptor for CoordinatorPlugins needs to be added.