[calcite] 04/07: [CALCITE-5697] RelBuilder.convert does not match nullability if top of stack is a Project

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit b2f59d7b90deaca3575410437a6cc9c99bf2174d Author: Julian Hyde AuthorDate: Tue Apr 11 00:50:27 2023 -0700

[GitHub] [calcite] asfgit closed pull request #3209: [CALCITE-4334] LITERAL_AGG, an aggregate function that returns a constant value

2023-05-27 Thread via GitHub
asfgit closed pull request #3209: [CALCITE-4334] LITERAL_AGG, an aggregate function that returns a constant value URL: https://github.com/apache/calcite/pull/3209 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[calcite] 07/07: [CALCITE-5717] RelBuilder.project of literals on a single-row Aggregate should create a Values

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit 379f41d3be465992328d5659ea62b8355e0399d1 Author: Julian Hyde AuthorDate: Sat May 27 10:50:28 2023 -0700

[calcite] 06/07: [CALCITE-4334] LITERAL_AGG, an internal aggregate function that returns a constant value

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit de4631f62cc06b22199c1c14b687ea8a06ea06ec Author: Julian Hyde AuthorDate: Tue Nov 2 12:13:14 2021 -0700

[calcite] 02/07: Refactor: RelBuilder.variable(Holder) becomes variable(Supplier)

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit b42c181a6005e211437abf854a1cc1b95f6ab514 Author: Julian Hyde AuthorDate: Mon Mar 27 23:18:09 2023 -0500 Refactor:

[calcite] 05/07: Refactor: Add fields AggregateCall.rexList and RelBuilder.AggCall.preOperands

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit ddb4200f8f52b02afb1b866abb0785218e2c5994 Author: Julian Hyde AuthorDate: Fri Apr 7 12:11:02 2023 -0400 Refactor: Add

[calcite] 01/07: In ImmutableBitSet, specialize forEach, and add forEachInt, anyMatch, allMatch

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit 6324646db7e4e1d777f7cec5a7f0a5a71c6c609f Author: Julian Hyde AuthorDate: Thu Mar 30 18:06:29 2023 -0500 In

[calcite] branch main updated (e981e217d1 -> 379f41d3be)

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from e981e217d1 Site: Add Tanner Clary as committer new 6324646db7 In ImmutableBitSet, specialize forEach, and add

[calcite] 03/07: Refactor: Add RelNode.stripped

2023-05-27 Thread jhyde
This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git commit 7fc3e1b007fd9fd921c7929f27ac6cf3e75a15fd Author: Julian Hyde AuthorDate: Thu Feb 23 12:29:02 2023 -0800 Refactor:

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3054: (do not check in)

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

[GitHub] [calcite] ILuffZhe commented on pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing OffsetFetch

2023-05-27 Thread via GitHub
ILuffZhe commented on PR #3225: URL: https://github.com/apache/calcite/pull/3225#issuecomment-1565828832 @JiajunBernoulli Thanks for your review! -- 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

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing OffsetFetch

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

[GitHub] [calcite] ILuffZhe commented on a diff in pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing OffsetFe

2023-05-27 Thread via GitHub
ILuffZhe commented on code in PR #3225: URL: https://github.com/apache/calcite/pull/3225#discussion_r1208266976 ## core/src/main/java/org/apache/calcite/sql/dialect/OracleSqlDialect.java: ## @@ -188,4 +191,13 @@ public OracleSqlDialect(Context context) { } } } +

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing O

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3225: URL: https://github.com/apache/calcite/pull/3225#discussion_r1208253390 ## core/src/main/java/org/apache/calcite/sql/dialect/OracleSqlDialect.java: ## @@ -188,4 +191,13 @@ public OracleSqlDialect(Context context) { } }

[GitHub] [calcite] ILuffZhe commented on a diff in pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing OffsetFe

2023-05-27 Thread via GitHub
ILuffZhe commented on code in PR #3225: URL: https://github.com/apache/calcite/pull/3225#discussion_r1208245225 ## core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java: ## @@ -7089,7 +7105,18 @@ Sql withMysql8() { } Sql withOracle() { -

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3218: [CALCITE-5714] Add MAP_ENTRIES function (enabled in Spark library)

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3218: URL: https://github.com/apache/calcite/pull/3218#discussion_r1208228136 ## core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java: ## @@ -3831,6 +3831,15 @@ public static List distinct(List list) { return

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3218: [CALCITE-5714] Add MAP_ENTRIES function (enabled in Spark library)

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3218: URL: https://github.com/apache/calcite/pull/3218#discussion_r1208225690 ## testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java: ## @@ -5397,6 +5397,20 @@ private static void checkIf(SqlOperatorFixture f) {

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3218: [CALCITE-5714] Add MAP_ENTRIES function (enabled in Spark library)

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3218: URL: https://github.com/apache/calcite/pull/3218#discussion_r1208225450 ## core/src/main/java/org/apache/calcite/sql/type/SqlTypeUtil.java: ## @@ -1178,6 +1179,15 @@ public static RelDataType createMapTypeFromRecord(

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3218: [CALCITE-5714] Add MAP_ENTRIES function (enabled in Spark library)

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3218: URL: https://github.com/apache/calcite/pull/3218#discussion_r1208225430 ## core/src/main/java/org/apache/calcite/sql/type/SqlTypeTransforms.java: ## @@ -228,6 +228,17 @@ private SqlTypeName toVar(RelDataType type) {

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #3225: [CALCITE-5723] Oracle dialect generates SQL that cannot be recognized by lower version Oracle Server(<12) when unparsing O

2023-05-27 Thread via GitHub
JiajunBernoulli commented on code in PR #3225: URL: https://github.com/apache/calcite/pull/3225#discussion_r1208220206 ## core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java: ## @@ -7089,7 +7105,18 @@ Sql withMysql8() { } Sql withOracle() {

[calcite-site] branch main updated: Website deployed from calcite@e981e217d1835538c4bdfc9b4049a93fd64de904

2023-05-27 Thread asf-ci-deploy
This is an automated email from the ASF dual-hosted git repository. asf-ci-deploy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-site.git The following commit(s) were added to refs/heads/main by this push: new db3160796 Website deployed from

[calcite] branch main updated: Site: Add Tanner Clary as committer

2023-05-27 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner 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 e981e217d1 Site: Add Tanner Clary as committer

[GitHub] [calcite] tanclary merged pull request #3226: Site: Add Tanner Clary as committer

2023-05-27 Thread via GitHub
tanclary merged PR #3226: URL: https://github.com/apache/calcite/pull/3226 -- 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 site updated: Site: Add Tanner Clary as committer

2023-05-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/site by this push: new 50c864f820 Site: Add Tanner Clary as committer

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3209: [CALCITE-4334] LITERAL_AGG, an aggregate function that returns a constant value

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

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3209: [CALCITE-4334] LITERAL_AGG, an aggregate function that returns a constant value

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

[GitHub] [calcite] JiajunBernoulli commented on pull request #3217: [CALCITE-5717] Prune Project's input if project has no InputRef and the input has 1 row

2023-05-27 Thread via GitHub
JiajunBernoulli commented on PR #3217: URL: https://github.com/apache/calcite/pull/3217#issuecomment-1565337548 LGTM -- 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

[calcite] branch main updated: [CALCITE-5608] Implement ASINH, ACOSH, ATANH functions

2023-05-27 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql 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 af2fb7f02b [CALCITE-5608] Implement ASINH, ACOSH,

[GitHub] [calcite] rubenada merged pull request #3214: [CALCITE-5608] Implement ASINH, ACOSH, ATANH functions

2023-05-27 Thread via GitHub
rubenada merged PR #3214: URL: https://github.com/apache/calcite/pull/3214 -- 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: