[jira] [Created] (CALCITE-3072) Generate right SQL for FLOOR functions in SparkSqlDialect

2019-05-15 Thread Feng Zhu (JIRA)
Feng Zhu created CALCITE-3072: - Summary: Generate right SQL for FLOOR functions in SparkSqlDialect Key: CALCITE-3072 URL: https://issues.apache.org/jira/browse/CALCITE-3072 Project: Calcite

Re: I am new to Calcite and willing to contribute to the community

2019-05-15 Thread Francis Chuang
Hi Shawn, I've added you as a contributor in jira. You should be able to assign issues to yourself. Francis On 15/05/2019 4:09 pm, Shawn Chen wrote: Hi Sir / Madam, My name is Shawn Chen, I am using Calcite Splunk adapter recently and there are several changes I would like to share with

I am new to Calcite and willing to contribute to the community

2019-05-15 Thread Shawn Chen
Hi Sir / Madam, My name is Shawn Chen, I am using Calcite Splunk adapter recently and there are several changes I would like to share with the community. I reported a Jira ticket: https://issues.apache.org/jira/browse/CALCITE-3067 My Jira username is Shawn732 and I am willing to help on the

[ANNOUNCE] Apache Calcite Avatica Go 4.0.0 released

2019-05-15 Thread Francis Chuang
The Apache Calcite team is pleased to announce the release of Apache Calcite Avatica Go 4.0.0. Avatica is a framework for building database drivers. Avatica defines a wire API and serialization mechanism for clients to communicate with a server as a proxy to a database. The reference Avatica

[jira] [Created] (CALCITE-3071) Cache the whole sql plan to reduce the latency and improve the performance

2019-05-15 Thread Lai Zhou (JIRA)
Lai Zhou created CALCITE-3071: - Summary: Cache the whole sql plan to reduce the latency and improve the performance Key: CALCITE-3071 URL: https://issues.apache.org/jira/browse/CALCITE-3071 Project:

Calcite-Master - Build # 1162 - Failure

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

[jira] [Created] (CALCITE-3070) Inner join between MySQL tables produce wrong results if join order changed

2019-05-15 Thread Zhibin Zhou (JIRA)
Zhibin Zhou created CALCITE-3070: Summary: Inner join between MySQL tables produce wrong results if join order changed Key: CALCITE-3070 URL: https://issues.apache.org/jira/browse/CALCITE-3070

Re: Join structure unreachable by JoinPushThroughJoinRule

2019-05-15 Thread Anton Haidai
Stamatis Zampetakis proposed a working solution (using JoinProjectTransposeRule, see comments for details), so ticket is closed now. Thanks! On Wed, May 15, 2019 at 5:20 PM Anton Haidai wrote: > > Hello, > There is an old ticket regarding Join structure unreachable by default >

Re: Question related to Schema and TableFactory

2019-05-15 Thread Julian Hyde
Strictly, neither a Schema nor a TableFactory is required for planning, only for looking up tables if you are building a RelNode tree from SQL. If you use RelBuilder and already have the Table objects you need you can build the TableScan RelNodes yourself. No Schema required. Now there’s a

Re: Question related to Schema and TableFactory

2019-05-15 Thread Muhammad Gelbana
The CSV example has what you're looking for. Thanks, Gelbana On Wed, May 15, 2019 at 4:19 PM Naveen Kumar wrote: > Hi, > > Can I generate relational node tree, if i just have schemas. > Is TableFactory a essential part for query planner? > > Conceptually Schema should be enough to create a

Join structure unreachable by JoinPushThroughJoinRule

2019-05-15 Thread Anton Haidai
Hello, There is an old ticket regarding Join structure unreachable by default JoinPushThroughJoinRule: https://issues.apache.org/jira/browse/CALCITE-2666 This ticket contains some assumptions regarding the cause of the issue, please see the text description and the image attachment. So I have a

Question related to Schema and TableFactory

2019-05-15 Thread Naveen Kumar
Hi, Can I generate relational node tree, if i just have schemas. Is TableFactory a essential part for query planner? Conceptually Schema should be enough to create a query planner and generate relational tree, If that is the case, can you help me with a sample code on how query planner can work

[RESULT] [VOTE] Release apache-calcite-avatica-go-4.0.0 (release candidate 1)

2019-05-15 Thread Francis Chuang
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 3 binding +1s: Francis Chuang Kevin Risden Stamatis Zampetakis No non-binding +1s. No 0s or -1s. Therefore I am delighted to announce that the proposal to release Apache

[jira] [Created] (CALCITE-3069) Make the JDBC Connection more extensible like the FrameworkConfig API

2019-05-15 Thread Lai Zhou (JIRA)
Lai Zhou created CALCITE-3069: - Summary: Make the JDBC Connection more extensible like the FrameworkConfig API Key: CALCITE-3069 URL: https://issues.apache.org/jira/browse/CALCITE-3069 Project: Calcite

[jira] [Created] (CALCITE-3068) testSubprogram() does't test whether subprogram gets re-executed

2019-05-15 Thread Chunwei Lei (JIRA)
Chunwei Lei created CALCITE-3068: Summary: testSubprogram() does't test whether subprogram gets re-executed Key: CALCITE-3068 URL: https://issues.apache.org/jira/browse/CALCITE-3068 Project: Calcite