[jira] [Created] (CALCITE-5955) Non-aggregate window functions incorrectly contain window frame clause for BigQuery

2023-08-24 Thread Tanner Clary (Jira)
Tanner Clary created CALCITE-5955: - Summary: Non-aggregate window functions incorrectly contain window frame clause for BigQuery Key: CALCITE-5955 URL: https://issues.apache.org/jira/browse/CALCITE-5955

Re: A link in the code has expired

2023-08-24 Thread Michael Mior
I updated the Javadoc link. However, I also noticed there are a bunch of references to the Eigenbase JIRA in Bug.java that are also broken with no obvious alternative. -- Michael Mior mm...@apache.org On Tue, Aug 22, 2023 at 4:33 PM Julian Hyde wrote: > Yes, when eigenbase.org

[jira] [Created] (CALCITE-5954) Support MERGE in RelToSqlConverter

2023-08-24 Thread hongyu guo (Jira)
hongyu guo created CALCITE-5954: --- Summary: Support MERGE in RelToSqlConverter Key: CALCITE-5954 URL: https://issues.apache.org/jira/browse/CALCITE-5954 Project: Calcite Issue Type: New Feature

JDBC 4.2 or 4.3 support

2023-08-24 Thread Tony Falabella
Calcite Team, Are there any plans to support JDBC 4.2 or 4.3 on the roadmap? Also we have code that adds a JdbcSchema to the rootSchema via: rootSchema.add(DB_SCHEMA, JdbcSchema.create(rootSchema, DB_SCHEMA, dataSource, null, DB_SCHEMA)); When querying via JPA against an H2 DB that has a tab

Jenkins build is back to normal : Calcite » Calcite-snapshots #577

2023-08-24 Thread Apache Jenkins Server
See

Build failed in Jenkins: Calcite » Calcite-snapshots #576

2023-08-24 Thread Apache Jenkins Server
See Changes: [Benchao Li] [CALCITE-5920] Reset PERCENTILE_CONT/PERCENTILE_DISC to reserved keywords [Benchao Li] [CALCITE-5909] SqlParserTest.testNoUnintendedNewReservedKeywords fails in IDE whi

Re: [jira] [Created] (CALCITE-5950) Default column constraint is erroneously processed.

2023-08-24 Thread stanilovsky evgeny
Julian thanks. PR passed all checks and ready for review. I just took a look at https://github.com/apache/calcite/pull/3393/checks. I see an autostyle violation, and it looks valid. That error is there so that you can fix it and not waste reviewers' time. On Wed, Aug 23, 2023 at 2:15 PM Julian