Re: [PR] [CALCITE-6022] Support "CREATE TABLE LIKE" DDL [calcite]

2023-10-18 Thread via GitHub
JiajunBernoulli merged PR #3442: URL: https://github.com/apache/calcite/pull/3442 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[calcite] branch main updated: [CALCITE-6022] Support "CREATE TABLE ... LIKE" DDL in server module

2023-10-18 Thread jiajunxie
This is an automated email from the ASF dual-hosted git repository. jiajunxie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/main by this push: new 23b7931c3e [CALCITE-6022] Support "CREATE TABLE

Re: [PR] [CALCITE-6035] Unparse 'WITHIN GROUP' for BigQuery dialect to match BigQuery documentation [calcite]

2023-10-18 Thread via GitHub
olivrlee commented on code in PR #3466: URL: https://github.com/apache/calcite/pull/3466#discussion_r1364743179 ## core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java: ## @@ -292,6 +295,17 @@ private static void unparseItem(SqlWriter writer, SqlCall call,

Re: [PR] [CALCITE-6035] Unparse 'WITHIN GROUP' for BigQuery dialect to match BigQuery documentation [calcite]

2023-10-18 Thread via GitHub
sonarcloud[bot] commented on PR #3466: URL: https://github.com/apache/calcite/pull/3466#issuecomment-1769686191 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] [CALCITE-6035] Unparse 'WITHIN GROUP' for BigQuery dialect to match BigQuery documentation [calcite]

2023-10-18 Thread via GitHub
tanclary commented on code in PR #3466: URL: https://github.com/apache/calcite/pull/3466#discussion_r1364694015 ## core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java: ## @@ -292,6 +295,17 @@ private static void unparseItem(SqlWriter writer, SqlCall call,

Re: [PR] [CALCITE-6052] SqlImplementor writes REAL, FLOAT, and DOUBLE literals as DECIMAL literals [calcite]

2023-10-18 Thread via GitHub
sonarcloud[bot] commented on PR #3472: URL: https://github.com/apache/calcite/pull/3472#issuecomment-1769580991 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] [CALCITE-6035] Unparse 'WITHIN GROUP' for BigQuery dialect to match BigQuery documentation [calcite]

2023-10-18 Thread via GitHub
olivrlee commented on code in PR #3466: URL: https://github.com/apache/calcite/pull/3466#discussion_r1364690539 ## core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java: ## @@ -292,6 +295,17 @@ private static void unparseItem(SqlWriter writer, SqlCall call,

Re: [PR] [CALCITE-6041] MAP sub-query gives NullPointerException [calcite]

2023-10-18 Thread via GitHub
julianhyde commented on code in PR #3475: URL: https://github.com/apache/calcite/pull/3475#discussion_r1364098384 ## core/src/test/resources/sql/sub-query.iq: ## @@ -3685,4 +3685,15 @@ FROM dept d1; !ok +# [CALCITE-6041] MAP sub-query gives NullPointerException +SELECT

Re: [PR] [CALCITE-6041] MAP sub-query gives NullPointerException [calcite]

2023-10-18 Thread via GitHub
sonarcloud[bot] commented on PR #3475: URL: https://github.com/apache/calcite/pull/3475#issuecomment-1768132133 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] [CALCITE-6011] Add the planner rule that pushes the Filter past a Window [calcite]

2023-10-18 Thread via GitHub
sonarcloud[bot] commented on PR #3439: URL: https://github.com/apache/calcite/pull/3439#issuecomment-1768047584 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

Re: [PR] CALCITE-5860 Set scale when casting Decimal [calcite]

2023-10-18 Thread via GitHub
zabetak commented on PR #3326: URL: https://github.com/apache/calcite/pull/3326#issuecomment-1767960287 @pfzhan Now that CALCITE-5923 is committed you can revert https://github.com/apache/calcite/pull/3326/commits/c976ef4ff24966418553807b9e576a0d3c433cd7 and continue the work as usual.

[calcite] branch main updated: [CALCITE-5923] SqlOperatorTest using safeParameters are not using overridable fixture

2023-10-18 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/main by this push: new f996bc9993 [CALCITE-5923] SqlOperatorTest using

Re: [PR] [CALCITE-5923] Some test cases in SqlOperatorTest violates the test fixture's design principle [calcite]

2023-10-18 Thread via GitHub
zabetak closed pull request #3364: [CALCITE-5923] Some test cases in SqlOperatorTest violates the test fixture's design principle URL: https://github.com/apache/calcite/pull/3364 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [CALCITE-6041] MAP sub-query gives NullPointerException [calcite]

2023-10-18 Thread via GitHub
sonarcloud[bot] commented on PR #3475: URL: https://github.com/apache/calcite/pull/3475#issuecomment-1767802684 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[PR] [CALCITE-6041] MAP sub-query gives NullPointerException [calcite]

2023-10-18 Thread via GitHub
chucheng92 opened a new pull request, #3475: URL: https://github.com/apache/calcite/pull/3475 https://issues.apache.org/jira/browse/CALCITE-6041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to