Calcite-Master - Build # 322 - Still Failing

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

Re: Reviews please

2018-07-09 Thread Julian Hyde
I just merged both commits (and quite a few commits by other contributors) to master. > On Jul 8, 2018, at 3:44 PM, Julian Hyde wrote: > > On Sat, Jul 7, 2018 at 3:56 PM, Michael Mior wrote: > >> I've done a scan of the code and it looks great to me. Also compiled >> and ran tests on my mach

[jira] [Created] (CALCITE-2405) In Babel parser: allow to use some reserved keyword as identifier

2018-07-09 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created CALCITE-2405: Summary: In Babel parser: allow to use some reserved keyword as identifier Key: CALCITE-2405 URL: https://issues.apache.org/jira/browse/CALCITE-2405 Project:

[jira] [Created] (CALCITE-2406) In Babel parser: allow to use raw string literals for timestamps as in MySQL

2018-07-09 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created CALCITE-2406: Summary: In Babel parser: allow to use raw string literals for timestamps as in MySQL Key: CALCITE-2406 URL: https://issues.apache.org/jira/browse/CALCITE-2406

Re: Reviews please

2018-07-09 Thread Michael Mior
Great! Thanks again Julian :) -- Michael Mior mm...@apache.org Le lun. 9 juil. 2018 à 05:01, Julian Hyde a écrit : > > I just merged both commits (and quite a few commits by other contributors) to > master. > > > > On Jul 8, 2018, at 3:44 PM, Julian Hyde wrote: > > > > On Sat, Jul 7, 2018 at 3:5

[jira] [Created] (CALCITE-2407) Add containsAccurateDistinctCall and containsApproximateDistinctCall for Aggregate

2018-07-09 Thread zouhuafeng (JIRA)
zouhuafeng created CALCITE-2407: --- Summary: Add containsAccurateDistinctCall and containsApproximateDistinctCall for Aggregate Key: CALCITE-2407 URL: https://issues.apache.org/jira/browse/CALCITE-2407 Pr

[ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Michael Mior
I'm pleased to announce that Volodymyr has accepted an invitation to join the Calcite PMC. Volodymyr has been a consistent and helpful figure in the Calcite community for which we are very grateful. We look forward to the continued contributions and support. Please join me in congratulating Volody

Re: [ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Arina Yelchiyeva
Congratulations Vova! Kind regards, Arina On Mon, Jul 9, 2018 at 4:58 PM Michael Mior wrote: > I'm pleased to announce that Volodymyr has accepted an invitation to > join the Calcite PMC. Volodymyr has been a consistent and helpful > figure in the Calcite community for which we are very gratefu

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will b

Re: [ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Aman Sinha
Congratulations Volodymyr ! On Mon, Jul 9, 2018 at 7:09 AM Arina Yelchiyeva wrote: > Congratulations Vova! > > Kind regards, > Arina > > On Mon, Jul 9, 2018 at 4:58 PM Michael Mior wrote: > > > I'm pleased to announce that Volodymyr has accepted an invitation to > > join the Calcite PMC. Volod

Re: [ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Julian Hyde
Well deserved. Thanks for all your work making the project great, Volodymyr! > On Jul 9, 2018, at 7:36 AM, Aman Sinha wrote: > > Congratulations Volodymyr ! > > > On Mon, Jul 9, 2018 at 7:09 AM Arina Yelchiyeva > wrote: > >> Congratulations Vova! >> >> Kind regards, >> Arina >> >> On Mon,

Calcite-Master - Build # 323 - Still Failing

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

Calcite-Master - Build # 324 - Still Failing

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

Calcite-Master - Build # 325 - Still Failing

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

[jira] [Created] (CALCITE-2408) enable aggregate functions in ES adapter

2018-07-09 Thread Andrei Sereda (JIRA)
Andrei Sereda created CALCITE-2408: -- Summary: enable aggregate functions in ES adapter Key: CALCITE-2408 URL: https://issues.apache.org/jira/browse/CALCITE-2408 Project: Calcite Issue Type:

Re: [ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Gautam Parai
Congratulations Vova!! Gautam On Mon, Jul 9, 2018 at 7:53 AM, Julian Hyde wrote: > Well deserved. Thanks for all your work making the project great, > Volodymyr! > > > On Jul 9, 2018, at 7:36 AM, Aman Sinha wrote: > > > > Congratulations Volodymyr ! > > > > > > On Mon, Jul 9, 2018 at 7:09 AM A

Flaky test: RelMetadataTest#testPullUpPredicatesForExprsItr (was Re: Calcite-Master - Build # 325 - Still Failing)

2018-07-09 Thread Josh Elser
Based on the comment in the test case, the test has a timeout because it previously took 15+minutes. With a timeout of 20seconds, it's passing maybe 50% of the time on my local machine. Goes to reason that we're seeing the same on the builds.a.o machine. Any complaints in bumping the timeout

Re: Flaky test: RelMetadataTest#testPullUpPredicatesForExprsItr (was Re: Calcite-Master - Build # 325 - Still Failing)

2018-07-09 Thread Zoltan Haindrich
Hello, I think Calcite-2384 will fix the regression; but its waiting on feedback/approval/etc :) cheers, Zoltan On 9 July 2018 23:11:37 CEST, Josh Elser wrote: >Based on the comment in the test case, the test has a timeout because >it >previously took 15+minutes. > >With a timeout of 20second

Re: [ANNOUNCE] Volodymyr Vysotskyi joins Calcite PMC

2018-07-09 Thread Francis Chuang
Congrats! On 10/07/2018 5:02 AM, Gautam Parai wrote: Congratulations Vova!! Gautam On Mon, Jul 9, 2018 at 7:53 AM, Julian Hyde wrote: Well deserved. Thanks for all your work making the project great, Volodymyr! On Jul 9, 2018, at 7:36 AM, Aman Sinha wrote: Congratulations Volodymyr !

[ANNOUNCE] Kevin Risden joins Calcite PMC

2018-07-09 Thread Michael Mior
I'm pleased to announce that Kevin has accepted an invitation to join the Calcite PMC. Kevin has been a consistent and helpful figure in the Calcite community for which we are very grateful. We look forward to the continued contributions and support. Please join me in congratulating Kevin! - Mich

Re: [ANNOUNCE] Kevin Risden joins Calcite PMC

2018-07-09 Thread Francis Chuang
Congrats, Kevin! On 10/07/2018 9:21 AM, Michael Mior wrote: I'm pleased to announce that Kevin has accepted an invitation to join the Calcite PMC. Kevin has been a consistent and helpful figure in the Calcite community for which we are very grateful. We look forward to the continued contribution

Calcite-Master - Build # 326 - Still Failing

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

Calcite-Master - Build # 327 - Still Failing

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