Re: Elasticsearch integration test failures

2018-06-18 Thread Andrei Sereda
I have updated existing PR and migrated all integration tests to run against local instance. In fact, integration tests have become unit tests. Both ES2 and ES5 adapters have been fixed and switched to query embedded ES node. Like mongo adapter, it is

[CODE REVIEW] CALCITE-2366

2018-06-18 Thread Gautam Parai
1. Hello committers! Could someone please review the PR for CALCITE-2366? Here is the link: https://github.com/apache/calcite/pull/735 Please let me know if you have any questions. Thanks, Gautam

Datetime_plus and timestampadd return types

2018-06-18 Thread James Duong
Hi, According to the ODBC spec ( https://docs.microsoft.com/en-us/sql/odbc/reference/appendixes/time-date-and-interval-functions?view=sql-server-2017), when the return type inference for timestampadd should be: 1. If the datetime type is a date, and the time unit is a time, promote to timestamp.

Calcite-Master - Build # 306 - Still Failing

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

Re: Adding a public key to KEYS file

2018-06-18 Thread Francis Chuang
My apologies! Only PMCs can sign releases. This should not be a problem. When you start the release process, simply let a PMC know that you'd like them to build the release and sign them. They will then upload it to dist.apache.org and you can point to them in your message for voting.

Re: Adding a public key to KEYS file

2018-06-18 Thread Francis Chuang
Hey Volodymyr, https://dist.apache.org/repos/dist/release/calcite/ is used for publishing releases. Simply access it using SVN (with your committer credentials). Add your key to the KEYS file and you should be good to go. Francis On 18/06/2018 8:56 PM, Volodymyr Vysotskyi wrote: Hi all,

Adding a public key to KEYS file

2018-06-18 Thread Volodymyr Vysotskyi
Hi all, Instruction for Calcite release contains point where a public key should be added to the KEYS file. Is this file in https://dist.apache.org/repos/dist/release/calcite/ taken from a mirror in another place, or it should be modified in this place? Also, in the instructions for other

Re: JoinPushThroughJoinRule not applied on plan

2018-06-18 Thread aishwaryaanns
Is there any way to solve this issue? On 2018/05/23 12:30:42, aishwaryaa...@gmail.com wrote: > Query: > SELECT X.a FROM X LEFT JOIN Y ON X.b=Y.c INNER JOIN (SELECT X.a FROM X) t ON > X.a=t.a; > > 102:LogicalProject(a=[$0]) > 101:LogicalJoin(condition=[=($0, $3)], joinType=[inner]) >

[jira] [Created] (CALCITE-2369) OsAdapterTest fails on windows

2018-06-18 Thread Sergey Nuyanzin (JIRA)
Sergey Nuyanzin created CALCITE-2369: Summary: OsAdapterTest fails on windows Key: CALCITE-2369 URL: https://issues.apache.org/jira/browse/CALCITE-2369 Project: Calcite Issue Type: Bug