Re: new Adapter Contribution

2019-02-14 Thread Julian Hyde
I suggest that, as a bare minimum, you log a JIRA case for the adapter that you want / are building. In that case you can describe the problem you are solving, and other people can find you and collaborate. You can start developing the adapter in a Calcite branch. Make it a separate maven

Re: new Adapter Contribution

2019-02-14 Thread Michael Mior
There is no separate project which collects Calcite adapters. You will find a few projects around with different adapters that haven't been accepted into Calcite for various reasons (the author doesn't desire to, it's unlikely to be broadly useful, etc.) In general, I'd say we're always interested

new Adapter Contribution

2019-02-14 Thread Hanan Yehudai
Hi all, we are developing a calcite based adapter, are there any pre-requirements to contribute it as part of calcite ? is there another Apache project for adapter ( like Baheer for Flink/ Spark sinks )?