[jira] [Created] (CALCITE-5328) The rule of AGGREGATE_EXPAND_DISTINCT_AGGREGATES_TO_JOIN throws error when meeting the rollup's query

2022-10-12 Thread Xurenhe (Jira)
Xurenhe created CALCITE-5328: Summary: The rule of AGGREGATE_EXPAND_DISTINCT_AGGREGATES_TO_JOIN throws error when meeting the rollup's query Key: CALCITE-5328 URL: https://issues.apache.org/jira/browse/CALCITE-5328

Re: Pushing filters with unsafe operations (CAST/DIVISION) below inner joins

2022-10-12 Thread Zoltan Haindrich
I think there might be an another approach; by making it possible to define safetiness of an operator - going back to the first example and considering: SELECT e.name FROM emp e INNER JOIN dep d ON e.deptno = d.deptno WHERE (10 / e.empno) = 1 and the pushed down version: SELECT e.name FROM (s

[REVIEW REQUEST] [CALCITE-5279] Fix asymmetric keyword not supported by Firebolt

2022-10-12 Thread Aymeric Dispa
Hi, I would like to request a PR review for CALCITE-5279, which fixes the Firebolt dialect (as it does not support the 'asymmetric' keyword). PR: https://github.com/apache/calcite/pull/2904 Ticket: https://issues.apache.org/jira/browse/CALCITE-5279 Thank you ! Aymeric

Re: SqlMerge

2022-10-12 Thread Christophe Le Saëc
So, the PR is done . Le mar. 11 oct. 2022 à 11:09, Christophe Le Saëc a écrit : > I made this JIRA > with as details as possible. > > Le lun. 10 oct. 2022 à 14:45, Benchao Li a écrit : > >> Christo

[jira] [Created] (CALCITE-5329) Upgrade Checkstyle to 6.19/10.3.1

2022-10-12 Thread Jira
Richárd Antal created CALCITE-5329: -- Summary: Upgrade Checkstyle to 6.19/10.3.1 Key: CALCITE-5329 URL: https://issues.apache.org/jira/browse/CALCITE-5329 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-5330) TIMESTAMPDIFF call cannot work with RelJson

2022-10-12 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-5330: -- Summary: TIMESTAMPDIFF call cannot work with RelJson Key: CALCITE-5330 URL: https://issues.apache.org/jira/browse/CALCITE-5330 Project: Calcite Issue Typ

[jira] [Created] (CALCITE-5331) On using UDF, seeing java.lang.AssertionError: ANY

2022-10-12 Thread Rish K (Jira)
Rish K created CALCITE-5331: --- Summary: On using UDF, seeing java.lang.AssertionError: ANY Key: CALCITE-5331 URL: https://issues.apache.org/jira/browse/CALCITE-5331 Project: Calcite Issue Type: Bug

Re: JDBC and Hint Strategies

2022-10-12 Thread Thomas D'Silva
The HintStrategyTable can be defined in your adapter code for eg see https://github.com/twilio/calcite-kudu/blob/84c13e80f7cff83f3acaf5be4fc312c977e18ee8/adapter/src/main/java/com/twilio/kudu/sql/KuduQuery.java#L88 -Thomas On Fri, Oct 7, 2022 at 11:40 AM <42-0...@arcor.de.invalid> wrote: > Hello

[RESULT] [VOTE] Release apache-calcite-avatica-go-5.2.0 (release candidate 0)

2022-10-12 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 Julian Hyde Stamatis Zampetakis No 0s or -1s. Therefore I am delighted to announce that the proposal to release Apache Calcite Avatica Go 5.2.0 has

[ANNOUNCE] Apache Calcite Avatica Go 5.2.0 released

2022-10-12 Thread Francis Chuang
The Apache Calcite team is pleased to announce the release of Apache Calcite Avatica Go 5.2.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 cli