[GitHub] [calcite] sonarcloud[bot] commented on pull request #3116: [CALCITE-5583] Add unit tests to the select start with join

2023-03-14 Thread via GitHub
sonarcloud[bot] commented on PR #3116: URL: https://github.com/apache/calcite/pull/3116#issuecomment-1469248715 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 #3111: [CALCITE-5574] Break MockCatalogReaderSimple#init into smaller methods

2023-03-14 Thread via GitHub
sonarcloud[bot] commented on PR #3111: URL: https://github.com/apache/calcite/pull/3111#issuecomment-1469243719 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 #3111: [CALCITE-5574] Break MockCatalogReaderSimple#init into smaller methods

2023-03-14 Thread via GitHub
sonarcloud[bot] commented on PR #3111: URL: https://github.com/apache/calcite/pull/3111#issuecomment-1469227918 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 #3111: [CALCITE-5574] Break MockCatalogReaderSimple#init into smaller methods

2023-03-14 Thread via GitHub
sonarcloud[bot] commented on PR #3111: URL: https://github.com/apache/calcite/pull/3111#issuecomment-1469209841 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 #3111: [CALCITE-5574] Break MockCatalogReaderSimple#init into smaller methods

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

[GitHub] [calcite] zoudan commented on pull request #3106: [CALCITE-4554] Support TIMESTAMP WITH LOCAL TIME ZONE for Snapshot and MatchRecognize

2023-03-14 Thread via GitHub
zoudan commented on PR #3106: URL: https://github.com/apache/calcite/pull/3106#issuecomment-1469192207 @snuyanzin we have raised a [jira](https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-5574) to split `MockCatalogReaderSimple#init` and I have created an

[calcite-avatica-go] branch main updated: [CALCITE-5586] Replace boostport/hbase-phoenix-all-in-one docker image with f21global/hbase-phoenix-all-in-one

2023-03-14 Thread francischuang
This is an automated email from the ASF dual-hosted git repository. francischuang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git The following commit(s) were added to refs/heads/main by this push: new ed4c274 [CALCITE-5586] Replace

[GitHub] [calcite] olivrlee commented on pull request #3093: SAFE_CAST (enabled for BigQuery)

2023-03-14 Thread via GitHub
olivrlee commented on PR #3093: URL: https://github.com/apache/calcite/pull/3093#issuecomment-1468970159 I'm still in the middle of cleaning up the PR, thanks for reviewing @zoudan Do you have any thoughts on SqlSyntax.SPECIAL? It *should* be SPECIAL, but the operator table

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3115: Update janino from 3.1.8 to 3.1.9

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

[GitHub] [calcite] olivrlee commented on a diff in pull request #3093: SAFE_CAST (enabled for BigQuery)

2023-03-14 Thread via GitHub
olivrlee commented on code in PR #3093: URL: https://github.com/apache/calcite/pull/3093#discussion_r1136198429 ## core/src/main/java/org/apache/calcite/sql/SqlKind.java: ## @@ -639,6 +639,10 @@ public enum SqlKind { */ CAST, + /** + * The {@code SAFE_CAST}

[GitHub] [calcite] snuyanzin opened a new pull request, #3115: Update janino from 3.1.8 to 3.1.9

2023-03-14 Thread via GitHub
snuyanzin opened a new pull request, #3115: URL: https://github.com/apache/calcite/pull/3115 3.1.9 contains fixes for https://github.com/janino-compiler/janino/issues/187 and https://github.com/janino-compiler/janino/issues/185 which we faced in Flink -- This is an automated message

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3114: [CALCITE-5585] Add STRPOS() Function (Enabled for BigQuery)

2023-03-14 Thread via GitHub
sonarcloud[bot] commented on PR #3114: URL: https://github.com/apache/calcite/pull/3114#issuecomment-1468677783 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 #3113: [CALCITE-5567] Enable jdk19 in ci

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

[GitHub] [calcite] tanclary opened a new pull request, #3114: [CALCITE-5585] Add STRPOS() Function (Enabled for BigQuery)

2023-03-14 Thread via GitHub
tanclary opened a new pull request, #3114: URL: https://github.com/apache/calcite/pull/3114 BigQuery supports the `STRPOS()` function with accepts 2 `STRINGS` as arguments. The function returns the 1-based position of the first occurrence of the second string within the first (example

[GitHub] [calcite] sonarcloud[bot] commented on pull request #3112: Site: Troubleshooting/Website publishing improvements in release guide

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

[GitHub] [calcite] snuyanzin opened a new pull request, #3113: [CALCITE-5567] Enable jdk19 in ci

2023-03-14 Thread via GitHub
snuyanzin opened a new pull request, #3113: URL: https://github.com/apache/calcite/pull/3113 Enable jdk19 in ci. `-Pwerror=false` since in jdk19 constructors for `Locale` are deprecated -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [calcite] snuyanzin commented on pull request #3112: Site: Troubleshooting/Website publishing improvements in release guide

2023-03-14 Thread via GitHub
snuyanzin commented on PR #3112: URL: https://github.com/apache/calcite/pull/3112#issuecomment-1468396616 in general looks ok from my side i left a minor suggestion -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [calcite] snuyanzin commented on a diff in pull request #3112: Site: Troubleshooting/Website publishing improvements in release guide

2023-03-14 Thread via GitHub
snuyanzin commented on code in PR #3112: URL: https://github.com/apache/calcite/pull/3112#discussion_r1135803830 ## site/_docs/howto.md: ## @@ -947,6 +949,11 @@ Remember that UTC date changes at 4 pm Pacific time. ./gradlew publishDist -Prc=0 -Pasf

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

2023-03-14 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 309940191 Website deployed from

[calcite] branch main updated: [CALCITE-5440] Bump gradle from 7.4.2 to 7.6.1

2023-03-14 Thread snuyanzin
This is an automated email from the ASF dual-hosted git repository. snuyanzin 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 052a5cc724 [CALCITE-5440] Bump gradle from

[calcite] branch site updated: [CALCITE-5440] Bump gradle from 7.4.2 to 7.6.1

2023-03-14 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 7883cbd2e4 [CALCITE-5440] Bump gradle from

[GitHub] [calcite] snuyanzin merged pull request #3007: [CALCITE-5440] Bump gradle from 7.4.2 to 7.6.1

2023-03-14 Thread via GitHub
snuyanzin merged PR #3007: URL: https://github.com/apache/calcite/pull/3007 -- 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] sonarcloud[bot] commented on pull request #3007: [CALCITE-5440] Bump gradle from 7.4.2 to 7.6.1

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

[GitHub] [calcite] zabetak closed pull request #3103: [CALCITE-5572] Release Calcite 1.34.0

2023-03-14 Thread via GitHub
zabetak closed pull request #3103: [CALCITE-5572] Release Calcite 1.34.0 URL: https://github.com/apache/calcite/pull/3103 -- 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

[GitHub] [calcite-avatica] snuyanzin opened a new pull request, #213: [CALCITE-5567] Update mockito from 4.4.0 to 4.11.0 and enable jdk19

2023-03-14 Thread via GitHub
snuyanzin opened a new pull request, #213: URL: https://github.com/apache/calcite-avatica/pull/213 The PR makes it build with jdk19 instead of jdk18 It also bumps mockito since mockito 4.4.0 depends on byte buddy which is not compatible with jdk19 -- This is an automated message from

[calcite-site] branch main updated: Website deployed MANUALLY from calcite@421c871e5f9f3ea7c660bea48f2099d0cd41ffcf

2023-03-14 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-site.git The following commit(s) were added to refs/heads/main by this push: new 3997c7145 Website deployed MANUALLY from

[calcite] branch site updated (44479d624d -> 421c871e5f)

2023-03-14 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git discard 44479d624d Prepare for next development iteration add de305074f4 [CALCITE-5572] Add news item and update date

[calcite] branch main updated: [CALCITE-5553] `RelStructuredTypeFlattener` produces bad plan for single field struct

2023-03-14 Thread libenchao
This is an automated email from the ASF dual-hosted git repository. libenchao 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 5ee1b1ba2c [CALCITE-5553]

[GitHub] [calcite] libenchao closed pull request #3092: [CALCITE-5553] noFlatteningForInput handles single field structs

2023-03-14 Thread via GitHub
libenchao closed pull request #3092: [CALCITE-5553] noFlatteningForInput handles single field structs URL: https://github.com/apache/calcite/pull/3092 -- 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

[calcite] branch main updated: [CALCITE-5577] Map value constructor is unparsed incorrectly for `SparkSqlDialect`

2023-03-14 Thread libenchao
This is an automated email from the ASF dual-hosted git repository. libenchao 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 298a94a09a [CALCITE-5577] Map value constructor

[GitHub] [calcite] libenchao closed pull request #3108: [CALCITE-5577] Map value constructor is unparsed incorrectly for SparkSqlDialect

2023-03-14 Thread via GitHub
libenchao closed pull request #3108: [CALCITE-5577] Map value constructor is unparsed incorrectly for SparkSqlDialect URL: https://github.com/apache/calcite/pull/3108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[calcite-avatica] branch main updated: [CALCITE-5440][avatica] Bump gradle from 7.4.2 to 7.6.1

2023-03-14 Thread snuyanzin
This is an automated email from the ASF dual-hosted git repository. snuyanzin 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 d49794a52 [CALCITE-5440][avatica] Bump

[GitHub] [calcite-avatica] snuyanzin merged pull request #212: [CALCITE-5440][avatica] Bump gradle from 7.4.2 to 7.6.1

2023-03-14 Thread via GitHub
snuyanzin merged PR #212: URL: https://github.com/apache/calcite-avatica/pull/212 -- 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: Prepare for next development iteration

2023-03-14 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 44479d624d Prepare for next development

[calcite] 01/02: [CALCITE-5572] Add news item and update date for 1.34.0 release

2023-03-14 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 commit de305074f4dad5f157abb149319d1664fa2fe68d Author: Stamatis Zampetakis AuthorDate: Tue Mar 14 14:45:35 2023 +0100

[calcite] branch main updated (7dfd641bae -> 421c871e5f)

2023-03-14 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 7dfd641bae [CALCITE-5572] Release Calcite 1.34.0 new de305074f4 [CALCITE-5572] Add news item and update date for

[calcite] 02/02: Prepare for next development iteration

2023-03-14 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 commit 421c871e5f9f3ea7c660bea48f2099d0cd41ffcf Author: Stamatis Zampetakis AuthorDate: Tue Mar 14 14:48:27 2023 +0100

[calcite] branch site updated (dc487b1388 -> 7dfd641bae)

2023-03-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git discard dc487b1388 [CALCITE-5572] Release Calcite 1.34.0 discard aa37e14daa [CALCITE-] Remove obsolete instructions

[calcite] annotated tag calcite-1.34.0 updated (7dfd641bae -> fbedb6f312)

2023-03-14 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to annotated tag calcite-1.34.0 in repository https://gitbox.apache.org/repos/asf/calcite.git *** WARNING: tag calcite-1.34.0 was modified! *** from 7dfd641bae (commit) to fbedb6f312 (tag)

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

2023-03-14 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 ed0d02943 Website deployed from

[calcite] branch site updated: [CALCITE-5572] Release Calcite 1.34.0

2023-03-14 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 dc487b1388 [CALCITE-5572] Release Calcite

[calcite] branch main updated (ee9b80b0b6 -> 7dfd641bae)

2023-03-14 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from ee9b80b0b6 [CALCITE-] Remove obsolete instructions for processing requests for new JIRA accounts add

svn commit: r60585 - in /release/calcite: apache-calcite-1.27.0/ apache-calcite-1.28.0/ apache-calcite-1.29.0/ apache-calcite-1.30.0/ apache-calcite-1.31.0/ apache-calcite-1.32.0/

2023-03-14 Thread zabetak
Author: zabetak Date: Tue Mar 14 13:07:13 2023 New Revision: 60585 Log: Remove old calcite release (1.27.0 to 1.32.0) Removed: release/calcite/apache-calcite-1.27.0/ release/calcite/apache-calcite-1.28.0/ release/calcite/apache-calcite-1.29.0/

svn commit: r60584 - /dev/calcite/apache-calcite-1.34.0-rc0/ /release/calcite/apache-calcite-1.34.0/

2023-03-14 Thread zabetak
Author: zabetak Date: Tue Mar 14 12:23:20 2023 New Revision: 60584 Log: Promoting Apache Calcite calcite-1.34.0-rc0 -> calcite-1.34.0 to release area Added: release/calcite/apache-calcite-1.34.0/ release/calcite/apache-calcite-1.34.0/apache-calcite-1.34.0-src.tar.gz - copied

[GitHub] [calcite] zabetak closed pull request #3097: Rushikesh.sapate/rtp 175 added next day function

2023-03-14 Thread via GitHub
zabetak closed pull request #3097: Rushikesh.sapate/rtp 175 added next day function URL: https://github.com/apache/calcite/pull/3097 -- 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

[GitHub] [calcite] zabetak commented on pull request #3097: Rushikesh.sapate/rtp 175 added next day function

2023-03-14 Thread via GitHub
zabetak commented on PR #3097: URL: https://github.com/apache/calcite/pull/3097#issuecomment-1467958557 There are too many changes and conflicts and the PR looks like spam. Please check the contributions guidelines (https://calcite.apache.org/develop/#contributing) before raising pull