Re: Virtual key signing party

2018-07-23 Thread Francis Chuang
Hey Julian, 25/7/2018 4PM Pacific time (26/7/2018 9AM AEST) works great for me. Thank you for organizing this! :) I have government issued ID and a printed copy of the output of `gpg --fingerprint`. Is there anything else I should prepare before hand? Francis On 24/07/2018 11:01 AM,

Re: Virtual key signing party

2018-07-23 Thread Julian Hyde
How about Wednesday afternoon (pacific time)? Per https://www.timeanddate.com/worldclock/meetingtime.html?iso=20180725=224=152 4pm San Francisco Wednesday = 11pm UTC Wednesday = 9am Melbourne Thursday. Julian

Re: Site branch merge

2018-07-23 Thread Julian Hyde
I did a rebase (which turned into a no-op as expected) and a force push. So now master and site both point to dc69a4515. > On Jul 20, 2018, at 3:53 PM, Michael Mior wrote: > > I actually didn't make any changes since you sent your message (site > still contains a merge commit). I'm happy with

Re: MATCH_RECOGNIZE

2018-07-23 Thread Sergey Nuyanzin
looks exciting. If it is possible I would like to take a part of it however I'm not sure about this week (I could since August) On Mon, Jul 23, 2018 at 9:10 PM, Michael Mior wrote: > This does sound like my idea of fun, but unfortunately I won't have > the time to contribute in the near future.

Re: MATCH_RECOGNIZE

2018-07-23 Thread Michael Mior
This does sound like my idea of fun, but unfortunately I won't have the time to contribute in the near future. I'll keep this on my radar though. I also shared this message with all the students in our research group and I wouldn't be surprised if there was someone willing to jump in. Thanks for

MATCH_RECOGNIZE

2018-07-23 Thread Julian Hyde
For quite a while we have had partial support for MATCH_RECOGNIZE. We support it in the parser and validator, but there is no runtime implementation. It’s a shame, because MATCH_RECOGNIZE is an incredibly powerful SQL feature for both traditional SQL (it’s in Oracle 12c) and for continuous

Re: MongoDb - Calcite Clarification

2018-07-23 Thread Michael Mior
The standard way to do this is by defining a JSON model for your database and specifying this when using !connect, e.g. !connect jdbc:calcite:model=path/to/model.json admin admin An example for MongoDB can be seen at the link below. You'll see in this case there are three schemas defined. The

MongoDb - Calcite Clarification

2018-07-23 Thread Satiz Kumar
Hi, I have my mongodb locally running and I have a test database with a couple of tables. I have calcite installed and working fine with a sample .json file. How to I connect to my mongoDB running database and query those 2 tables? How do I specify my mongodb url, database name in the !connect

Re: [ANNOUNCE] New committer: Sergey Nuyanzin

2018-07-23 Thread Timo Walther
Congratulations Sergey! Am 23.07.18 um 13:33 schrieb Sergey Nuyanzin: Thanks everyone for kind words! It is a great honor for me to become a Calcite committer. A little bit about myself Past few months I have been focusing on Calcite and Flink. I am still learning Calcite's and Avatica's

[jira] [Created] (CALCITE-2425) Calcite Connection Issue - Not able to connect to local mongodb

2018-07-23 Thread sathishkumar (JIRA)
sathishkumar created CALCITE-2425: - Summary: Calcite Connection Issue - Not able to connect to local mongodb Key: CALCITE-2425 URL: https://issues.apache.org/jira/browse/CALCITE-2425 Project: Calcite

Re: [ANNOUNCE] New committer: Sergey Nuyanzin

2018-07-23 Thread Sergey Nuyanzin
Thanks everyone for kind words! It is a great honor for me to become a Calcite committer. A little bit about myself Past few months I have been focusing on Calcite and Flink. I am still learning Calcite's and Avatica's internals and having fun with their different parts. I look forward to

[jira] [Created] (CALCITE-2424) AggregateProjectPullUpConstantsRule throws AssertionError when sql has "where 'a' is null"

2018-07-23 Thread pengzhiwei (JIRA)
pengzhiwei created CALCITE-2424: --- Summary: AggregateProjectPullUpConstantsRule throws AssertionError when sql has "where 'a' is null" Key: CALCITE-2424 URL: https://issues.apache.org/jira/browse/CALCITE-2424