[jira] [Created] (CALCITE-3057) Should let tabSize and operatorTable in SqlParser configurable?

2019-05-09 Thread dijkspicy (JIRA)
dijkspicy created CALCITE-3057: -- Summary: Should let tabSize and operatorTable in SqlParser configurable? Key: CALCITE-3057 URL: https://issues.apache.org/jira/browse/CALCITE-3057 Project: Calcite

Re: [DISCUSS] Towards Avatica 1.15.0

2019-05-09 Thread Kai Jiang
Thanks Danny! Test it on BeamSQL and the error msg comes back. Best, Kai ᐧ On Wed, May 8, 2019 at 11:51 PM Yuzhao Chen wrote: > Fired a PR in https://github.com/apache/calcite-avatica/pull/97 > > Best, > Danny Chan > 在 2019年5月9日 +0800 PM1:52,Francis Chuang ,写道: > > Thanks, Danny! If you can ope

Calcite push-down operation

2019-05-09 Thread 勾王敏浩
Hi, My name is Wangminhao Gou. I've read the CSV example of calcite and written several other adapters following the CSV adapter(However, all are scannable). Now I'm going to write the adapter for IoTDB. However,Considering performance, we don't want to just implement ScannableTable. We want to

Re: [DISCUSS] Towards Avatica 1.15.0

2019-05-09 Thread Francis Chuang
Thanks, Danny! I've merged your change in and will make rc0 available for voting soon. Thanks for testing and confirming, Kai! On 9/05/2019 5:51 pm, Kai Jiang wrote: Thanks Danny! Test it on BeamSQL and the error msg comes back. Best, Kai ᐧ On Wed, May 8, 2019 at 11:51 PM Yuzhao Chen wrote:

Re: Calcite push-down operation

2019-05-09 Thread Lai Zhou
@Wangminhao Gou I think you can reference the JdbcConvention , that would push queries to JDBC datasource as much as possible,. 勾王敏浩 于2019年5月9日周四 下午4:18写道: > Hi, > My name is Wangminhao Gou. I've read the CSV example of calcite and > written several other adapters following the CSV adapter(How

[jira] [Created] (CALCITE-3058) Release Avatica 1.15.0

2019-05-09 Thread Francis Chuang (JIRA)
Francis Chuang created CALCITE-3058: --- Summary: Release Avatica 1.15.0 Key: CALCITE-3058 URL: https://issues.apache.org/jira/browse/CALCITE-3058 Project: Calcite Issue Type: Task C

[VOTE] Release apache-calcite-avatica-1.15.0 (release candidate 0)

2019-05-09 Thread Francis Chuang
Hi all, I have created a build for Apache Calcite Avatica 1.15.0, release candidate 0. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/calcite-avatica/blob/branch-avatica-1.15/site/_docs/history.md The commit to be voted

[jira] [Created] (CALCITE-3059) First name is not substituted correctly when generating the release email using the release script

2019-05-09 Thread Francis Chuang (JIRA)
Francis Chuang created CALCITE-3059: --- Summary: First name is not substituted correctly when generating the release email using the release script Key: CALCITE-3059 URL: https://issues.apache.org/jira/browse/CALC

Re: [VOTE] Release apache-calcite-avatica-1.15.0 (release candidate 0)

2019-05-09 Thread Andrew Pilloud
+1 Tested with Apache Beam, all tests pass. Also tested error messages with SqlLine, SQL Workbench/J, and SQuirreL SQL. Thanks for the quick turnaround! Andrew *From: *Francis Chuang *Date: *Thu, May 9, 2019 at 2:35 AM *To: * Hi all, > > I have created a build for Apache Calcite Avatica 1.15

Re: a new adapter for Apache Kafka

2019-05-09 Thread Mingmin Xu
Quick ping ~~~ Can someone take a look at this PR(1)? I suppose a Kafka adapter will be very helpful to accelerate the adoption of Calcite Stream SQL. [1]. https://github.com/apache/calcite/pull/1127 Mingmin On Wed, Apr 24, 2019 at 11:31 PM Mingmin Xu wrote: > Thank you @Andrei @Michael. Curre

Re: a new adapter for Apache Kafka

2019-05-09 Thread Andrei Sereda
Mingmin, I'll be reviewing the PR this week. Sorry was busy last couple of weeks. On Thu, May 9, 2019 at 12:54 PM Mingmin Xu wrote: > Quick ping ~~~ > Can someone take a look at this PR(1)? I suppose a Kafka adapter will be > very helpful to accelerate the adoption of Calcite Stream SQL. > > [1]

Re: a new adapter for Apache Kafka

2019-05-09 Thread Mingmin Xu
Thank you Andrei, appreciated for your time. On Thu, May 9, 2019 at 11:29 AM Andrei Sereda wrote: > Mingmin, I'll be reviewing the PR this week. > Sorry was busy last couple of weeks. > > On Thu, May 9, 2019 at 12:54 PM Mingmin Xu wrote: > > > Quick ping ~~~ > > Can someone take a look at this

Fixing parenthesized joins

2019-05-09 Thread Muhammad Gelbana
I opened a PR to fix CALCITE-35 [1] but I can't set the affected version (1.19) and component (Babel parser). Would someone please set those ? Or may be grant me the necessary privileges to do so on my own ? [1] https://issues.apache.org/jira/browse/CALCITE-35 Thanks, Gelbana

inter-database queries

2019-05-09 Thread Valeriy Trofimov
Hi All, How can I do inter-database join via Calcite? According to answer to similar question it's possible: https://stackoverflow.com/questions/31975457/apache-calcite-data-federation-usecase I've tried doing it but the issue seems to be that I can only use one schema for my queries, even though

Re: inter-database queries

2019-05-09 Thread Valeriy Trofimov
Never mind, I've figured it out - you have to use fully qualified names like "schema1"."table1" and "schema2"."table2" Thanks, Val On Thu, May 9, 2019 at 4:39 PM Valeriy Trofimov wrote: > Hi All, > > How can I do inter-database join via Calcite? According to answer to > similar question it's po

Re: Fixing parenthesized joins

2019-05-09 Thread Yuzhao Chen
Set it, good luck ! Best, Danny Chan 在 2019年5月10日 +0800 AM5:21,Muhammad Gelbana ,写道: > I opened a PR to fix CALCITE-35 [1] but I can't set the affected version > (1.19) and component (Babel parser). > > Would someone please set those ? > Or may be grant me the necessary privileges to do so on my o

Re: inter-database queries

2019-05-09 Thread Yuzhao Chen
That's great.

Re: Fixing parenthesized joins

2019-05-09 Thread Francis Chuang
Muhammad, I've added you as a contributor to the project. I think you should be able to modify the affected version and components for future issues. Francis On 10/05/2019 11:23 am, Yuzhao Chen wrote: Set it, good luck ! Best, Danny Chan 在 2019年5月10日 +0800 AM5:21,Muhammad Gelbana ,写道: I ope