[jira] [Created] (CALCITE-3099) The description of SplunkPushDownRule doesn't match expression check in RelOptRule

2019-05-28 Thread Shawn Chen (JIRA)
Shawn Chen created CALCITE-3099: --- Summary: The description of SplunkPushDownRule doesn't match expression check in RelOptRule Key: CALCITE-3099 URL: https://issues.apache.org/jira/browse/CALCITE-3099

Calcite-Master - Build # 1189 - Failure

2019-05-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1189) Status: Failure Check console output at https://builds.apache.org/job/Calcite-Master/1189/ to view the results.

Re: Request for access to Jenkins job configuration

2019-05-28 Thread Francis Chuang
Hey Stamatis, I've added you to the hudson-jobadmin group. You should now be able to update the Jenkins configuration. Francis On 29/05/2019 10:26 am, Stamatis Zampetakis wrote: Hello, It seems that in order to view/edit the job configuration on Jenkins someone needs to be in the

Request for access to Jenkins job configuration

2019-05-28 Thread Stamatis Zampetakis
Hello, It seems that in order to view/edit the job configuration on Jenkins someone needs to be in the hudson-jobadmin group [1]. @Francis: Would it be possible to add me (zabetak) to the group. It appears that only PMC chairs can do that. Best, Stamatis [1]

Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-28 Thread Julian Hyde
It’s a tough call. It is probable that the problem existed already and the change merely surfaced it. > On May 28, 2019, at 5:17 PM, Stamatis Zampetakis wrote: > > It is not the only test that is failing after commit [1] but all the new > tests that were added. > > I've seen the problem on

Re: CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-28 Thread Stamatis Zampetakis
It is not the only test that is failing after commit [1] but all the new tests that were added. I've seen the problem on Jenkins on all JDKS but I cannot reproduce it locally. I guess we have to do with a race condition most likely due to the concurrent execution of tests with surefire. Should

[jira] [Created] (CALCITE-3098) Upgrade SQLLine to 1.8.0

2019-05-28 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-3098: Summary: Upgrade SQLLine to 1.8.0 Key: CALCITE-3098 URL: https://issues.apache.org/jira/browse/CALCITE-3098 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-3097) GROUPING SETS breaks on sets of size > 1 due to precedence issues

2019-05-28 Thread Steven Talbot (JIRA)
Steven Talbot created CALCITE-3097: -- Summary: GROUPING SETS breaks on sets of size > 1 due to precedence issues Key: CALCITE-3097 URL: https://issues.apache.org/jira/browse/CALCITE-3097 Project:

[jira] [Created] (CALCITE-3096) In RelBuilder, make alias method idempotent

2019-05-28 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-3096: Summary: In RelBuilder, make alias method idempotent Key: CALCITE-3096 URL: https://issues.apache.org/jira/browse/CALCITE-3096 Project: Calcite Issue Type:

Re: calcite close connection

2019-05-28 Thread Julian Hyde
I just noticed that BasicDataSource has a close method (and implements AutoCloseable). As a general principle, anything with a close method needs to be managed as part of a lifecycle which includes explicit close; we can’t just rely on gc. This is a problem, because Schema is not part of a

CyclicMetadataException in testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase

2019-05-28 Thread Julian Hyde
I have seen this intermittent failure 3 times in the last week: [INFO] Running org.apache.calcite.plan.RelOptUtilTest [ERROR] Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.411 s <<< FAILURE! - in org.apache.calcite.plan.RelOptUtilTest [ERROR]

Re: calcite close connection

2019-05-28 Thread Andrei Sereda
Hello, Why DataSource is created inside the loop ? I think connection.close() releases connection to DBCP pool but does not explicitly closes it. Regards, Andrei. On Tue, May 28, 2019 at 8:24 AM Yuzhao Chen wrote: > What do you mean by close the Schema ? > > Best, > Danny Chan > 在 2019年5月28日

Re: calcite close connection

2019-05-28 Thread Yuzhao Chen
What do you mean by close the Schema ? Best, Danny Chan 在 2019年5月28日 +0800 AM11:41,dev@calcite.apache.org,写道: > > Schema

Re: [DISCUSS] Towards Calcite 1.20.0

2019-05-28 Thread Yuzhao Chen
Thanks so much for your work, Michael, Let's get CALCITE-3055 into 1.20 version, because  it fix an important function regression. I will merge it in if finishes the review. [1] https://github.com/apache/calcite/pull/1230/files Best, Danny Chan 在 2019年5月28日 +0800 AM1:41,Michael Mior ,写道: >

[jira] [Created] (CALCITE-3095) Add several system properties to control rules and traits

2019-05-28 Thread Hongze Zhang (JIRA)
Hongze Zhang created CALCITE-3095: - Summary: Add several system properties to control rules and traits Key: CALCITE-3095 URL: https://issues.apache.org/jira/browse/CALCITE-3095 Project: Calcite