Re: Does calcite have working ElasticSearch 5 adapter?

2017-10-02 Thread Julian Hyde
It would be great if there was a brief description in 
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
 
.

Julian


> On Oct 2, 2017, at 5:18 AM, Christian Beikov  
> 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 <
>> christian.bei...@gmail.com> 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!
 
 
> 



Re: Does calcite have working ElasticSearch 5 adapter?

2017-10-02 Thread Christian Beikov

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 <
christian.bei...@gmail.com> 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!






Re: Does calcite have working ElasticSearch 5 adapter?

2017-10-02 Thread 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 <
christian.bei...@gmail.com> 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!
>>
>>
>