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

2020-05-15 Thread Haisheng Yuan
Hi all, I have created a build for Apache Calcite 1.23.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/blob/calcite-1.23.0-rc1/site/_docs/history.md The commit to be voted upon:

Re: [DISCUSS] DDL parsing, and relationship between "server" and "babel" modules

2020-05-15 Thread Enrico Olivelli
Il Ven 15 Mag 2020, 22:26 Julian Hyde ha scritto: > Currently, there is no DDL in Calcite's "core" module (or its SQL > parser) and the SQL parser in the "server" module adds DDL extensions > for Calcite's object types. > > There is a PR [1][2] to add support for "CREATE TABLE" to Babel, and >

[DISCUSS] DDL parsing, and relationship between "server" and "babel" modules

2020-05-15 Thread Julian Hyde
Currently, there is no DDL in Calcite's "core" module (or its SQL parser) and the SQL parser in the "server" module adds DDL extensions for Calcite's object types. There is a PR [1][2] to add support for "CREATE TABLE" to Babel, and it makes "babel" extend the "server" module. In particular, it

Re: Apache calcite / jdbc Oracle

2020-05-15 Thread Thierry Rolland
Hello, Yes, that was also my analysis and I found source code of an old Oracle jdbc driver there : https://github.com/caot/ojdbc6-11.2.0.2.0.src/blob/master/src/oracle/jdbc/driver/OracleStatementWrapper.java public boolean isWrapperFor(Class paramClass)     throws SQLException   {     if

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-15 Thread Enrico Olivelli
All of the two tickets have been fixed on current master! The former was a regression The latter was an improvement in Calcite that needed only a fix in a test in HerdDB suite check the JIRA for more details We are re running all of the tests locally, of HerdDB and of some known downstream