[GitHub] [calcite] bchapuis opened a new pull request, #3002: [CALCITE-5417] Upgrade Proj4J from 1.2.0 to 1.2.1

2022-12-12 Thread GitBox
bchapuis opened a new pull request, #3002: URL: https://github.com/apache/calcite/pull/3002 This PR is intended at testing Proj4J version 1.2.1. -- 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

[calcite] branch main updated (a3a44f4c7b -> de89d7a763)

2022-12-12 Thread bchapuis
This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from a3a44f4c7b [CALCITE-5362] Geometry measurement functions add de89d7a763 [CALCITE-5280] Add geometry aggregate

[GitHub] [calcite] bchapuis merged pull request #2989: [CALCITE-5280] Add geometry aggregate functions (ST_Accum, ST_Collect, and ST_Union)

2022-12-12 Thread GitBox
bchapuis merged PR #2989: URL: https://github.com/apache/calcite/pull/2989 -- 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-5362] Geometry measurement functions

2022-12-12 Thread bchapuis
This is an automated email from the ASF dual-hosted git repository. bchapuis 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 a3a44f4c7b [CALCITE-5362] Geometry measurement

[GitHub] [calcite] bchapuis merged pull request #2962: [CALCITE-5362] Geometry measurement functions

2022-12-12 Thread GitBox
bchapuis merged PR #2962: URL: https://github.com/apache/calcite/pull/2962 -- 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:

[GitHub] [calcite] julianhyde commented on a diff in pull request #3000: [CALCITE-5423] Implement TIMESTAMP_DIFF function (compatible with BigQuery)

2022-12-12 Thread GitBox
julianhyde commented on code in PR #3000: URL: https://github.com/apache/calcite/pull/3000#discussion_r1046138609 ## testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java: ## @@ -7534,6 +7534,10 @@ private static void

[calcite] branch main updated: [CALCITE-5394] RelToSql converter fails when semi-join is under a join node

2022-12-12 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 6bea101b66 [CALCITE-5394] RelToSql converter

[GitHub] [calcite] rubenada merged pull request #2982: [CALCITE-5394] RelToSql converter fails when semi-join is under a joi…

2022-12-12 Thread GitBox
rubenada merged PR #2982: URL: https://github.com/apache/calcite/pull/2982 -- 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 (81e6f4bf43 -> 0466bd5777)

2022-12-12 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 81e6f4bf43 [CALCITE-5388] tempList expression inside EnumerableWindow.getPartitionIterator should be unoptimized

[GitHub] [calcite] rubenada merged pull request #2983: [CALCITE-5395] RelToSql converter fails when SELECT * is under a semi…

2022-12-12 Thread GitBox
rubenada merged PR #2983: URL: https://github.com/apache/calcite/pull/2983 -- 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-5388] tempList expression inside EnumerableWindow.getPartitionIterator should be unoptimized

2022-12-12 Thread dmsysolyatin
This is an automated email from the ASF dual-hosted git repository. dmsysolyatin 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 81e6f4bf43 [CALCITE-5388] tempList

[GitHub] [calcite] dssysolyatin merged pull request #2977: [CALCITE-5388] No result when using ROW_NUMBER in two common table expressions

2022-12-12 Thread GitBox
dssysolyatin merged PR #2977: URL: https://github.com/apache/calcite/pull/2977 -- 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:

[GitHub] [calcite] tanclary commented on a diff in pull request #3000: [CALCITE-5423] Implement TIMESTAMP_DIFF function (compatible with BigQuery)

2022-12-12 Thread GitBox
tanclary commented on code in PR #3000: URL: https://github.com/apache/calcite/pull/3000#discussion_r1045517177 ## testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java: ## @@ -7534,6 +7534,10 @@ private static void checkArrayConcatAggFuncFails(SqlOperatorFixture