Re: [ANNOUNCE] New Calcite PMC chair: Francis Chuang

2018-12-21 Thread Stamatis Zampetakis
Congrats for the new role Francis! Michael, thanks a lot for the all time and effort you put serving as a chair! Calcite community is lucky to have you both. Best, Stamatis Στις Πέμ, 20 Δεκ 2018 στις 11:19 μ.μ., ο/η Enrico Olivelli < eolive...@gmail.com> έγραψε: > Kudos Francis ! > > Enrico >

Re: [ANNOUNCE] Apache Calcite 1.18.0 released

2018-12-21 Thread Francis Chuang
Thank you so much for shepherding this release and getting it out, Julian! Francis On 22/12/2018 11:24 am, Julian Hyde wrote: The Apache Calcite team is pleased to announce the release of Apache Calcite 1.18.0. Calcite is a dynamic data management framework. Its cost-based optimizer converts q

[ANNOUNCE] Apache Calcite 1.18.0 released

2018-12-21 Thread Julian Hyde
The Apache Calcite team is pleased to announce the release of Apache Calcite 1.18.0. Calcite is a dynamic data management framework. Its cost-based optimizer converts queries, represented in relational algebra, into executable plans. Calcite supports many front-end languages and back-end data engi

ElasticSearch adapter. Exposing meta fields (like _id, _uid etc.)

2018-12-21 Thread Andrei Sereda
Hello, Upon indexing, elastic allocates a unique _id for each document (unless specified by the user). Currently when mapping between elastic result and calcite return type we query only _source or fields attri

Re: [RESULT] [VOTE] Release apache-calcite-1.18.0 (release candidate 2)

2018-12-21 Thread Julian Hyde
12 noon Friday has passed, and I declare the vote officially closed. Thankfully there have been no more votes since I sent the previous result. In the vote email, I mis-reported the hash of the commit that the release is based upon. The correct commit hash of the release is 27d883983e76691f9294e5e

[jira] [Created] (CALCITE-2751) MetadataCycleException not handled in VolcanoRelMetadataProvider

2018-12-21 Thread Steven Phillips (JIRA)
Steven Phillips created CALCITE-2751: Summary: MetadataCycleException not handled in VolcanoRelMetadataProvider Key: CALCITE-2751 URL: https://issues.apache.org/jira/browse/CALCITE-2751 Project: C

[jira] [Created] (CALCITE-2750) PI operator incorrectly identified as dynamic function

2018-12-21 Thread Jacques Nadeau (JIRA)
Jacques Nadeau created CALCITE-2750: --- Summary: PI operator incorrectly identified as dynamic function Key: CALCITE-2750 URL: https://issues.apache.org/jira/browse/CALCITE-2750 Project: Calcite

Re: [Query] Can we use calcite for rewriting the query based on Materialized View

2018-12-21 Thread Kumar Vishal
Hi Stamatis, I have referred MaterializationTest as you suggested, I have created a Schema similar to one present in the testcase and added Materialized View. I have created HepPlanner with all the rules present in AbstractMaterializedViewRule but when I am applying rules it's able to select the M