It would be great if there was a brief description in https://calcite.apache.org/docs/elasticsearch_adapter.html <https://calcite.apache.org/docs/elasticsearch_adapter.html> that lists what does and does not work.
Kant, If you find out what the adapter does, consider making a pull request to https://github.com/apache/calcite/blob/master/site/_docs/elasticsearch_adapter.md <https://github.com/apache/calcite/blob/master/site/_docs/elasticsearch_adapter.md>. Julian > On Oct 2, 2017, at 5:18 AM, Christian Beikov <[email protected]> > wrote: > > You can see what is supported by looking at the tests for the adapter. > > > Mit freundlichen Grüßen, > ------------------------------------------------------------------------ > *Christian Beikov* > Am 02.10.2017 um 10:17 schrieb kant kodali: >> where can I find all the operations the current ES5 adapter can support? >> any ES5 examples? I have to deep dive into code before I can commit towards >> contribution but I can see what I will be able to do. >> >> On Mon, Oct 2, 2017 at 12:52 AM, Christian Beikov < >> [email protected]> wrote: >> >>> It does support basic operations, just as the ES2 adapter since it is >>> based on it. >>> >>> I am no ES user so I don't plan on doing this work, maybe you or someone >>> else could step in? >>> >>> >>> Mit freundlichen Grüßen, >>> ------------------------------------------------------------------------ >>> *Christian Beikov* >>> >>> Am 01.10.2017 um 05:57 schrieb kant kodali: >>> >>>> Hi All, >>>> >>>> The calcite elastic search 5 adapter webpage says the adapter currently >>>> doesn't support aggregations however when I look at this code >>>> https://github.com/apache/calcite/tree/master/elasticsearch5 >>>> /src/main/java/org/apache/calcite/adapter/elasticsearch5 >>>> >>>> It doesn't look like it support the basic queries either. may I know when >>>> we can possibly expect this? >>>> >>>> Thanks! >>>> >>>> >
