[jira] [Created] (CALCITE-4287) Fix a bug in AggregateJoinRemoveRule

2020-09-27 Thread Liya Fan (Jira)
Liya Fan created CALCITE-4287: - Summary: Fix a bug in AggregateJoinRemoveRule Key: CALCITE-4287 URL: https://issues.apache.org/jira/browse/CALCITE-4287 Project: Calcite Issue Type: Bug

Re: [DISCUSS][CALCITE-4199] Ensure nullness verification via checkerframework

2020-09-27 Thread Vladimir Sitnikov
Here's a sample issue: core/src/main/java/org/apache/calcite/sql/SqlBinaryOperator.java:161: error: [dereference.of.nullable] dereference of possibly-null reference call.getOperandLiteralValue(1, BigDecimal.class) switch (call.getOperandLiteralValue(1, BigDecimal.class).signum()) {

Re: [DISCUSS][CALCITE-4199] Ensure nullness verification via checkerframework

2020-09-27 Thread Fan Liya
Sounds great! Thanks for your effort. Does it require installing something in the developer's machine? Best, Liya Fan On Sun, Sep 27, 2020 at 7:10 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Here's a sample issue: > > core/src/main/java/org/apache/calcite/sql/SqlBinaryOperator.j

Re: [DISCUSS][CALCITE-4199] Ensure nullness verification via checkerframework

2020-09-27 Thread Vladimir Sitnikov
>Does it require installing something in the developer's machine? It downloads everything it needs from Central (AFAIK it uses no native dependencies). The verifier requires Java 11+. Vladimir

[jira] [Created] (CALCITE-4288) Create SqlTypeUtil#deriveType(SqlCallBinding) to make type computation simpler

2020-09-27 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-4288: -- Summary: Create SqlTypeUtil#deriveType(SqlCallBinding) to make type computation simpler Key: CALCITE-4288 URL: https://issues.apache.org/jira/browse/CALCITE-4288

[CassandraAdapter] selecting tuple elements always returns "null"

2020-09-27 Thread Alessandro Solimando
Hello all, at the time I wrote the unit tests for the extended support for the missing Cassandra data types, I have disabled the one at CassandraAdapterDataTypesTest.java:192

Re: [DISCUSS] The date to release Calcite 1.26.0

2020-09-27 Thread James Starr
Could I get CALCITE-4210 included in release 1.26.0? On Fri, Sep 25, 2020 at 1:50 AM Danny Chan wrote: > Thanks. I will prepare my local test as fast as possible. > > Ruben Q L 于2020年9月25日 周五下午4:30写道: > > > Danny, > > > > I will do my best to have a RC by the end of next week (this is my first >

Re: [DISCUSS] The date to release Calcite 1.26.0

2020-09-27 Thread Julian Hyde
Committers, can someone review this PR. (A general remark on my contributions to this project in terms of reviewing JIRA cases and PRs. There may be a perception among contributors and committers that if I have commented on a JIRA case, I am going to review it. The opposite is often the case. I ma

Re: [CassandraAdapter] selecting tuple elements always returns "null"

2020-09-27 Thread Julian Hyde
I may be wrong, but I think that Calcite's Enumerable convention requires that SQL STRUCT and ARRAY types are mapped to a Java List. The item function expects that, and the adapter should comply. If the adapter is providing an array, that is wrong. On Sun, Sep 27, 2020 at 12:23 PM Alessandro Solim

Re: [DISCUSS] The date to release Calcite 1.26.0

2020-09-27 Thread Danny Chan
I will do that. Best, Danny Chan 在 2020年9月28日 +0800 AM3:35,James Starr ,写道: > Could I get CALCITE-4210 included in release 1.26.0? > > On Fri, Sep 25, 2020 at 1:50 AM Danny Chan wrote: > > > Thanks. I will prepare my local test as fast as possible. > > > > Ruben Q L 于2020年9月25日 周五下午4:30写道: > > >

Re: [DISCUSS] The date to release Calcite 1.26.0

2020-09-27 Thread James Starr
Thank you Danny Chan. James Starr On Sun, Sep 27, 2020 at 7:49 PM Danny Chan wrote: > I will do that. > > Best, > Danny Chan > 在 2020年9月28日 +0800 AM3:35,James Starr ,写道: > > Could I get CALCITE-4210 included in release 1.26.0? > > > > On Fri, Sep 25, 2020 at 1:50 AM Danny Chan wrote: > > > > >

Re: [DISCUSS] The date to release Calcite 1.26.0

2020-09-27 Thread Danny Chan
Hi, Ruben, there are few issues left [1] for nest release 1.26.0, if we want to fire a rc in 3th October, we need to make clear which one should be included and the progress of each issue (whether needs a reviewer, when can be merged and whether it is suitable for the release time-line). [1]  h

[jira] [Created] (CALCITE-4289) Wrong signature for SqlTumbleTableFunction

2020-09-27 Thread liupengcheng (Jira)
liupengcheng created CALCITE-4289: - Summary: Wrong signature for SqlTumbleTableFunction Key: CALCITE-4289 URL: https://issues.apache.org/jira/browse/CALCITE-4289 Project: Calcite Issue Type: