[calcite-avatica] branch main updated: [CALCITE-5415] In ByteString, add 'startsWith' and 'endsWith' methods

2022-12-01 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-avatica.git The following commit(s) were added to refs/heads/main by this push: new dcc0ff324 [CALCITE-5415] In ByteString, add

[GitHub] [calcite-avatica] julianhyde merged pull request #198: [CALCITE-5415] In ByteString, add 'startsWith' and 'endsWith' methods

2022-12-01 Thread GitBox
julianhyde merged PR #198: URL: https://github.com/apache/calcite-avatica/pull/198 -- 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] freastro opened a new pull request, #2995: [CALCITE-5414] Use DateTimeUtils to correctly convert between java.sql types and unix timestamps

2022-12-01 Thread GitBox
freastro opened a new pull request, #2995: URL: https://github.com/apache/calcite/pull/2995 Converting java.sql types to unix timestamps requires extra steps to also convert to the correct calendar. Unix timestamps should follow the proleptic Gregorian calendar as defined by ISO-8601. Java

[GitHub] [calcite] freastro closed pull request #2972: [CALCITE-2989] Use ISO calendar system when converting from java.sql.Date/Time/Timestamp to a unix timestamp

2022-12-01 Thread GitBox
freastro closed pull request #2972: [CALCITE-2989] Use ISO calendar system when converting from java.sql.Date/Time/Timestamp to a unix timestamp URL: https://github.com/apache/calcite/pull/2972 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [calcite] freastro commented on pull request #2972: [CALCITE-2989] Use ISO calendar system when converting from java.sql.Date/Time/Timestamp to a unix timestamp

2022-12-01 Thread GitBox
freastro commented on PR #2972: URL: https://github.com/apache/calcite/pull/2972#issuecomment-1334647767 Will reopen targeting the CALCITE-5414 JIRA issue instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2022-12-01 Thread GitBox
bchapuis commented on code in PR #2989: URL: https://github.com/apache/calcite/pull/2989#discussion_r1037646857 ## core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperatorTableFactory.java: ## @@ -16,6 +16,15 @@ */ package org.apache.calcite.sql.fun; +import

[GitHub] [calcite] julianhyde commented on a diff in pull request #2989: [CALCITE-5280] Add geometry aggregate functions (ST_Accum, ST_Collect, and ST_Union)

2022-12-01 Thread GitBox
julianhyde commented on code in PR #2989: URL: https://github.com/apache/calcite/pull/2989#discussion_r1037570371 ## core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperatorTableFactory.java: ## @@ -16,6 +16,15 @@ */ package org.apache.calcite.sql.fun; +import

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

2022-12-01 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 15071783 Website deployed from

[calcite] branch site updated: [CALCITE-5399] Remove Proj4J from the api dependencies

2022-12-01 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 56c902cc91 [CALCITE-5399] Remove Proj4J from

[calcite] branch main updated: [CALCITE-5399] Remove Proj4J from the api dependencies

2022-12-01 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 687dec0afc [CALCITE-5399] Remove Proj4J from the

[GitHub] [calcite] bchapuis merged pull request #2988: [CALCITE-5399] Remove Proj4J from the api dependencies

2022-12-01 Thread GitBox
bchapuis merged PR #2988: URL: https://github.com/apache/calcite/pull/2988 -- 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] zabetak commented on pull request #2988: [CALCITE-5399] Remove Proj4J from the api dependencies

2022-12-01 Thread GitBox
zabetak commented on PR #2988: URL: https://github.com/apache/calcite/pull/2988#issuecomment-1333504823 @bchapuis Thanks for pushing this forward! You are correct; either you click "Rebase and merge" button or you do the same thing via command line. Sharing also another link that you may

[GitHub] [calcite] alex-plekhanov opened a new pull request, #2993: [CALCITE-5410] Assertion error on PERCENT_REMAINDER operator with DECIMAL type

2022-12-01 Thread GitBox
alex-plekhanov opened a new pull request, #2993: URL: https://github.com/apache/calcite/pull/2993 PERCENT_REMAINDER operator should have the same return type inference as MOD operator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on