Re: Supporting named row construction in Calcite SQL

2018-04-03 Thread Michael Mior
Apologies for my silence. I don't really have thoughts on the matter at this point. It might be helpful if you can give an example of what you're proposing. Unless I'm missing something (very possible), it's not part of the SQL standard. -- Michael Mior mm...@apache.org 2018-04-03 18:48

Re: [ANNOUNCE] New committer: Shuyi Chen

2018-04-03 Thread Michael Mior
If you ever see any opportunity to speak about Calcite, you're always welcome to do so. If you ask on the list, there are many people who can share material from past talks you may find useful. -- Michael Mior mm...@apache.org On Tue, Apr 3, 2018, 18:41 Shuyi Chen, wrote: >

Use of CalciteSchema across Calcite

2018-04-03 Thread Laurent Goujon
Hi, While working on rebasing our code on top of Calcite 1.16, I noticed that a new method was introduced to SqlValidatorCatalogReader: CalciteSchema `SqlValidatorCatalogReader#getRootSchema()` (not recently, it was added for Calcite 1.12) My understanding of CalciteSchema was that this class is

Re: Supporting named row construction in Calcite SQL

2018-04-03 Thread Shuyi Chen
Friendly ping, any thoughts? Much appreciated. Shuyi On Tue, Mar 27, 2018 at 11:59 PM, Shuyi Chen wrote: > Hi community, > > I am thinking of adding the following support in Calcite to support named > row construction, e.g. > > SELECT (a as first_name, b as last_name, (c as

Re: [ANNOUNCE] New committer: Shuyi Chen

2018-04-03 Thread Shuyi Chen
Thanks a lot for the introduction, Michael and Julian. It is a great honor to become a Calcite committer. Looking forward to continuing contributing to the project. As Julian and Michael mention, I've been actively working on open source projects like Calcite, Flink and AthenaX (which both use