Re: Question regarding "select * from" behavior with RelRecordType(PEEK_FIELDS, ...)

2017-06-16 Thread Julian Hyde
PEEK_FIELDS was added as part of https://issues.apache.org/jira/browse/CALCITE-1208 , basically to allow us to implement Phoenix’s “column family” feature, where it’s optional whether you qualify a column with its column family. If you don’t

Question regarding "select * from" behavior with RelRecordType(PEEK_FIELDS, ...)

2017-06-16 Thread Shuyi Chen
Hi all, Our team are looking into integration of Flink with Calcite. We found that when we set the RelRecordType to use the PEEK_FIELDS/PEEK_FIELDS_DEFAULT name resolution policy. A "select * from Table" will yield a recursively flatten result. For example, Table: a: Int b: Record(f1: Int,

Re: Pull requests

2017-06-16 Thread Jesus Camacho Rodriguez
Hi Julian, It slipped my mind to reply. Since I'll be acting as RM for 1.13, it makes sense that I monitor the PRs and respond to them. I will also try to fix the issue with the Druid VM before the release. Thanks, Jesús On 6/16/17, 7:00 PM, "Julian Hyde" wrote:

Re: Pull requests

2017-06-16 Thread Julian Hyde
Anyone? On Thu, Jun 15, 2017 at 9:32 AM, Julian Hyde wrote: > I’m going to be out for the next week or so. Can someone please volunteer to > monitor the pull requests? I strive to give each pull request a response > within 24 hours, and commit them when they’re ready. > >