Re: execution time and planning time from Calcite

2018-12-01 Thread Lekshmi
Thanks Stamatis I will look into that and get back to you On Sat, 1 Dec 2018, 10:28 am Stamatis Zampetakis Hi Lekshmi, > > I don't think that you can obtain this information easily. The current > implementation of explain does not seem to provide this information. > If you are willing to

Calcite-Master - Build # 976 - Still Failing

2018-12-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #976) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/976/ to view the results.

Re: Review Request (CALCITE-2689). ElasticSearch Adapter. Grouping on date / number fields.

2018-12-01 Thread Julian Hyde
Interesting. One of the benefits that a SQL layer such as Calcite can bring is that it hides the details necessary to make operations like this work. Julian > On Dec 1, 2018, at 5:22 AM, Kevin Risden wrote: > > I haven't had a chance to review but saw that Elastic has the same issue > with

Re: Review Request (CALCITE-2689). ElasticSearch Adapter. Grouping on date / number fields.

2018-12-01 Thread Kevin Risden
I haven't had a chance to review but saw that Elastic has the same issue with aggregations. https://github.com/elastic/elasticsearch/issues/35745 Kevin Risden On Wed, Nov 28, 2018, 20:46 Andrei Sereda Greetings , > We have discovered an issue with ES aggregations when grouping on > non-textual

Re: [DISCUSS] Towards Calcite 1.18

2018-12-01 Thread Michael Mior
Thanks Julian! Unfortunately with family visiting this weekend, my bandwidth is currently fairly low but I'll try to churn through some PRs early this coming week. On Fri, Nov 30, 2018, 23:00 Julian Hyde It looks as if Avatica will be released soon, and as that was our main > dependency for

Re: execution time and planning time from Calcite

2018-12-01 Thread Stamatis Zampetakis
Hi Lekshmi, I don't think that you can obtain this information easily. The current implementation of explain does not seem to provide this information. If you are willing to dig in a bit into the code you might find useful the following entry points regarding the timing of queries: