Re: Updating the Website

2019-12-11 Thread Stamatis Zampetakis
I guess it will require some effort to setup and automate the process for supporting multiple versions but afterwards it may be easier to maintain. If the only thing that a committer has to do to update the site is committing to the master then there is not even need for a particular workflow. On

Re: [Discuss] Make flattening on Struct/Row optional

2019-12-11 Thread Stamatis Zampetakis
So basically thanks to Igor :) On Wed, Dec 11, 2019 at 9:56 PM Rui Wang wrote: > Thanks Stamatis's suggestion. Indeed a recent effort in [1] enhanced the > support that reconstructs ROW in the top SELECT, which is supposed to solve > the problem. > > > > [1]:

[jira] [Created] (CALCITE-3597) The conversion between java.sql.Timestamp and long is not asymmetric

2019-12-11 Thread Zhenghua Gao (Jira)
Zhenghua Gao created CALCITE-3597: - Summary: The conversion between java.sql.Timestamp and long is not asymmetric Key: CALCITE-3597 URL: https://issues.apache.org/jira/browse/CALCITE-3597 Project:

Re: Ziwei Liu want to be contributor in calcite

2019-12-11 Thread Francis Chuang
I've added your account to the contributor role. Francis On 12/12/2019 2:13 pm, Liu Ziwei wrote: Hi: I want to contribute to Apache Calcite. Would you please give me the contributor permission? My JIRA ID is Ziwei Liu. Thanks.

Ziwei Liu want to be contributor in calcite

2019-12-11 Thread Liu Ziwei
Hi: I want to contribute to Apache Calcite. Would you please give me the contributor permission? My JIRA ID is Ziwei Liu. Thanks.

Re: Quicksql

2019-12-11 Thread Haisheng Yuan
Nope, it doesn't use any adapters. It just submits partial SQL query to different engines. If query contains table from single source, e.g. select count(*) from hive_table1, hive_table2 where a=b; then the whole query will be submitted to hive. Otherwise, e.g. select distinct a,b from

[jira] [Created] (CALCITE-3596) Sql in annotation of OverScope class has syntax error

2019-12-11 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3596: Summary: Sql in annotation of OverScope class has syntax error Key: CALCITE-3596 URL: https://issues.apache.org/jira/browse/CALCITE-3596 Project: Calcite

[jira] [Created] (CALCITE-3595) Test infrastructure overwrites reference log with wrong results

2019-12-11 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-3595: Summary: Test infrastructure overwrites reference log with wrong results Key: CALCITE-3595 URL: https://issues.apache.org/jira/browse/CALCITE-3595 Project: Calcite

[jira] [Created] (CALCITE-3594) Support Hot Groupby keys hint

2019-12-11 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3594: - Summary: Support Hot Groupby keys hint Key: CALCITE-3594 URL: https://issues.apache.org/jira/browse/CALCITE-3594 Project: Calcite Issue Type: Sub-task

[jira] [Created] (CALCITE-3593) RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate

2019-12-11 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-3593: -- Summary: RelToSqlConverter changes target of ambiguous having clause with a Project on top of an Aggregate Key: CALCITE-3593 URL:

[VOTE] Release apache-calcite-avatica-1.16.0 (release candidate 1)

2019-12-11 Thread Francis Chuang
Hi all, I have created a build for Apache Calcite Avatica 1.16.0, release candidate 1. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/calcite-avatica/blob/512bbee4aa24ef9fb8106d0286d1243679dce2d0/site/_docs/history.md The

Re: [Discuss] Make flattening on Struct/Row optional

2019-12-11 Thread Rui Wang
Thanks Stamatis's suggestion. Indeed a recent effort in [1] enhanced the support that reconstructs ROW in the top SELECT, which is supposed to solve the problem. [1]: https://jira.apache.org/jira/browse/CALCITE-3138 On Mon, Dec 9, 2019 at 3:21 PM Rui Wang wrote: > Hello, > > Sorry for the

[jira] [Created] (CALCITE-3592) Add "~" SqlPrefixOperator for bitwise not

2019-12-11 Thread hailong wang (Jira)
hailong wang created CALCITE-3592: - Summary: Add "~" SqlPrefixOperator for bitwise not Key: CALCITE-3592 URL: https://issues.apache.org/jira/browse/CALCITE-3592 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3591) Add BIT_XOR BIT aggregate function

2019-12-11 Thread hailong wang (Jira)
hailong wang created CALCITE-3591: - Summary: Add BIT_XOR BIT aggregate function Key: CALCITE-3591 URL: https://issues.apache.org/jira/browse/CALCITE-3591 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3590) Support SQL hints for Aggregate.

2019-12-11 Thread Shuo Cheng (Jira)
Shuo Cheng created CALCITE-3590: --- Summary: Support SQL hints for Aggregate. Key: CALCITE-3590 URL: https://issues.apache.org/jira/browse/CALCITE-3590 Project: Calcite Issue Type: Sub-task

[jira] [Created] (CALCITE-3589) SqlValidatorException when conformation is set to LENIENT

2019-12-11 Thread bingfeng.guo (Jira)
bingfeng.guo created CALCITE-3589: - Summary: SqlValidatorException when conformation is set to LENIENT Key: CALCITE-3589 URL: https://issues.apache.org/jira/browse/CALCITE-3589 Project: Calcite

[VOTE] [CALCITE-3559] Drop HydromaticFileSetCheck, upgrade Checkstyle, v2

2019-12-11 Thread Vladimir Sitnikov
Hi, https://github.com/apache/calcite/pull/1625 fixes concurrency issues with Checkstyle and improves "code style" error messages. if no-one objects within three days, I'll assume lazy consensus and commit it. You can find more info here:

Re: [VOTE] [CALCITE-3559] Drop HydromaticFileSetCheck, upgrade Checkstyle

2019-12-11 Thread Vladimir Sitnikov
Thank everybody for your participation. The vote results are: +1 Vladimir -0 Michael -1 Julian (it can not count as a veto because there's no technical justification) Unfortunately, the vote is undecided. Vladimir

[jira] [Created] (CALCITE-3587) RexBuilder may lose decimal fraction for creating literal with DECIMAL type

2019-12-11 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3587: Summary: RexBuilder may lose decimal fraction for creating literal with DECIMAL type Key: CALCITE-3587 URL: https://issues.apache.org/jira/browse/CALCITE-3587