Re: [VOTE] Release apache-calcite-avatica-1.18.0 (release candidate 1)

2021-05-11 Thread Julian Hyde
+1 (binding) Checked hashes & signature. Compiled & ran tests on Linux / JDK 8, JDK 11, OpenJDK 15 / Gradle 6.8.1. Checked LICENSE, NOTICE. Ran rat. Checked build instructions. Checked that contents of tar.gz match git commit (except for gradle wrapper, licenses, fonts). Thank you, Francis! Juli

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

2021-05-11 Thread Francis Chuang
Hi all, I have created a build for Apache Calcite Avatica 1.18.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/avatica-1.18.0-rc1/site/_docs/history.md The commit to be voted upo

Re: Proposal to extend Calcite into a incremental query optimizer

2021-05-11 Thread Botong Huang
Hi all, This is a reminder that we are going to have our second discussion meeting tomorrow at 10-11pm PST. Please find the link below, everyone is welcome to join! Join Zoom Meeting https://uci.zoom.us/j/91986206610

[jira] [Created] (CALCITE-4604) value of AvaticaSeverity.UNKNOWN lost after deserializing serialized ErrorResponse objects

2021-05-11 Thread Jay Yang (Jira)
Jay Yang created CALCITE-4604: - Summary: value of AvaticaSeverity.UNKNOWN lost after deserializing serialized ErrorResponse objects Key: CALCITE-4604 URL: https://issues.apache.org/jira/browse/CALCITE-4604

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

2021-05-11 Thread Julian Hyde
I have created https://github.com/apache/calcite-avatica/pull/144 with fixes for those two issues. I think we’re good to go for RC 1. Julian > On May 10, 2021, at 5:01 PM, Julian Hyde wrote: > > OK, thanks. > > I will fix those 2 issues i

[jira] [Created] (CALCITE-4603) Least restrictive type considers only the last element in collections of collections

2021-05-11 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-4603: Summary: Least restrictive type considers only the last element in collections of collections Key: CALCITE-4603 URL: https://issues.apache.org/jira/browse/CALCITE-4603

[jira] [Created] (CALCITE-4602) ClassCastException for arrays with int and decimal elements within one array

2021-05-11 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-4602: Summary: ClassCastException for arrays with int and decimal elements within one array Key: CALCITE-4602 URL: https://issues.apache.org/jira/browse/CALCITE-4602

JDBC with hints

2021-05-11 Thread Kramer, Ulrich
Hi all, we are looking for a way to pass parameters [0] through Calcite to HANA using JDBC. We thought that using hints might be a good idea. Unfortunately, hints are not passed to JdbcTableScan in JdbcTable.toRel. These are my questions: 1. Do you think hints are the correct way to pass paramet