(calcite) branch main updated: Rectify missing/broken BQ date-time format elements

2024-04-22 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 4a977fe2a2 Rectify missing/broken BQ date-time

(calcite) branch main updated (e7c1f0c9ba -> cc1d46a4c4)

2024-04-11 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from e7c1f0c9ba [CALCITE-6359] Update GitHub Actions workflows to use docker compose v2 add cc1d46a4c4 [CALCITE-2980

(calcite) branch main updated: [CALCITE-6337] Distinguish naked measure support between inside and outside aggregation

2024-03-24 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 14ade3a720 [CALCITE-6337] Distinguish naked

(calcite) branch main updated: [CALCITE-6314] Add RANDOM function (enabled in Postgres library)

2024-03-14 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 9c0d690439 [CALCITE-6314] Add RANDOM function

(calcite) branch main updated (325b1ba845 -> b412fa4ac0)

2024-03-12 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 325b1ba845 Fix style check rule that breaks the build add b412fa4ac0 [CALCITE-6323] Serialize return type during

(calcite) branch main updated: [CALCITE-6290] Incorrect return type for BigQuery TRUNC

2024-03-05 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 8c1ec07ebc [CALCITE-6290] Incorrect return type

(calcite) branch main updated: [CALCITE-6224] Add LOG2 function (enabled in MySQL, Spark library)

2024-02-28 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 c546d4a59c [CALCITE-6224] Add LOG2 function

(calcite) branch main updated: [CALCITE-6255] Support BigQuery-style JSON_OBJECT invocation syntax

2024-02-21 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 fca7a27a3a [CALCITE-6255] Support BigQuery-style

(calcite) branch main updated: [CALCITE-6220] Rewrite MIN/MAX(bool) as BOOL_AND/BOOL_OR for Postgres, Redshift

2024-01-25 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 26b5e9be6a [CALCITE-6220] Rewrite MIN/MAX(bool

(calcite) branch main updated: [CALCITE-6205] Add BITAND_AGG, BITOR_AGG functions (enabled in Snowflake library)

2024-01-23 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 0a0fd871fa [CALCITE-6205] Add BITAND_AGG

(calcite) branch main updated: [CALCITE-6189] Improve FormatElementEnumTest

2024-01-22 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 4d8d6047f1 [CALCITE-6189] Improve

(calcite) branch main updated: [CALCITE-6172] Allow aliased operators to re-use existing tests

2024-01-08 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 ee4cb3581c [CALCITE-6172] Allow aliased operators

(calcite) branch main updated: [CALCITE-6182] Add LENGTH/LEN functions (enabled in Snowflake library)

2024-01-03 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 88a415032c [CALCITE-6182] Add LENGTH/LEN functions

(calcite) branch main updated: [MINOR] Fix typos in SqlWriter docs

2023-12-31 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 8d9b27f1ac [MINOR] Fix typos in SqlWriter docs

(calcite) branch main updated: [CALCITE-6156] Add ENDSWITH, STARTSWITH functions (enabled in Postgres, Snowflake libraries)

2023-12-21 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 e74ff3eaa0 [CALCITE-6156] Add ENDSWITH, STARTSWITH

(calcite) branch main updated: [CALCITE-5955] BigQuery PERCENTILE functions are unparsed incorrectly

2023-12-19 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 50a20824c4 [CALCITE-5955] BigQuery PERCENTILE

(calcite) branch main updated: [CALCITE-6117] Converting SAFE_CAST from RexCall to SqlCall fails to add the type as an argument

2023-11-29 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 bd7d4e89c5 [CALCITE-6117] Converting SAFE_CAST

(calcite) branch main updated: [CALCITE-5846] Preserve filters on non-distinct aggCalls in AggregateExpandWithinDistinctRule

2023-11-13 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 83d320c2eb [CALCITE-5846] Preserve filters on non

(calcite) branch main updated (213c137766 -> 4c9011c388)

2023-11-07 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git discard 213c137766 Revert "[CALCITE-6092] Skip breaking CAST String to TIME tests until fixed in Avatica 1.24.0"

(calcite) branch main updated: Revert "[CALCITE-6092] Skip breaking CAST String to TIME tests until fixed in Avatica 1.24.0"

2023-11-07 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 213c137766 Revert "[CALCITE-6092] Skip bre

(calcite) branch main updated: [CALCITE-5918] Add MAP function (enabled in Spark library)

2023-10-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 b11f179cba [CALCITE-5918] Add MAP function

[calcite] branch main updated: [CALCITE-6013] RelBuilder should simplify plan by pruning unused measures

2023-10-24 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 425a94d420 [CALCITE-6013] RelBuilder should

[calcite] branch main updated: [CALCITE-6021] Add CURRENT_DATETIME function (enabled in BigQuery library)

2023-10-12 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 db60219198 [CALCITE-6021] Add CURRENT_DATETIME

[calcite] branch main updated: [CALCITE-5993] Add CODE_POINTS_TO_STRING, TO_CODE_POINTS function (enabled in BigQuery library)

2023-10-11 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 77b3689e90 [CALCITE-5993] Add

[calcite] branch main updated: [CALCITE-5948] Use explicit casting if element type in ARRAY/MAP does not equal derived component type

2023-10-09 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 342cf606ac [CALCITE-5948] Use explicit casting

[calcite] branch main updated: [CALCITE-5938] Update HSQLDB to Version 2.7.2 (using JDK8 JAR, default supports JDK11+)

2023-09-15 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 f136c13b2f [CALCITE-5938] Update HSQLDB to Version

[calcite] branch main updated: [CALCITE-5978] Add REGEXP_INSTR function (enabled in BigQuery library)

2023-09-15 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 9e3ea96504 [CALCITE-5978] Add REGEXP_INSTR

[calcite] branch main updated: [CALCITE-5862] Incorrect semantics of ARRAY function (Spark library) when elements have Numeric and Character types

2023-09-12 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 2cb8167d5f [CALCITE-5862] Incorrect semantics

[calcite] branch main updated: [CALCITE-5935] Add CODE_POINTS_TO_BYTES function (enabled in BigQuery library)

2023-09-07 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 4e6c403842 [CALCITE-5935] Add CODE_POINTS_TO_BYTES

[calcite] branch main updated (00db00161c -> b19f373b41)

2023-09-05 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 00db00161c [CALCITE-5709] Add TO_BASE32 and FROM_BASE32 functions (enabled in BigQuery library) add 7dd3ecd5a6

[calcite] 01/01: [CALCITE-5933] Add SAFE_DIVIDE function (enabled in BigQuery library)

2023-09-05 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 commit b19f373b41089077aaccd688db57a32901e19c3d Author: Tanner Clary AuthorDate: Wed Aug 16 14:02:54 2023 -0700 [CALCITE

[calcite] branch main updated (4804912cdc -> 00db00161c)

2023-09-05 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git discard 4804912cdc Address Oliver's comments discard 526d63a237 [CALCITE-5933] Add SAFE_DIVIDE function (enabled in BigQuery

[calcite] 02/02: Address Oliver's comments

2023-09-05 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 commit 4804912cdca3dd61a7fe03cb1ad5a5bd3f1e1c7e Author: Tanner Clary AuthorDate: Thu Aug 24 13:36:11 2023 -0700 Address

[calcite] 01/02: [CALCITE-5933] Add SAFE_DIVIDE function (enabled in BigQuery library)

2023-09-05 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 commit 526d63a237f376bdba44f9f8ea50cafd14fc5d12 Author: Tanner Clary AuthorDate: Wed Aug 16 14:02:54 2023 -0700 [CALCITE

[calcite] branch main updated (aa5397bed4 -> 4804912cdc)

2023-09-05 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from aa5397bed4 [CALCITE-5821] Add FORMAT_NUMBER function (enabled in Hive and Spark library) new 526d63a237 [CALCITE

[calcite] branch main updated: [CALCITE-5821] Add FORMAT_NUMBER function (enabled in Hive and Spark library)

2023-09-05 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 aa5397bed4 [CALCITE-5821] Add FORMAT_NUMBER

[calcite] branch main updated: [CALCITE-5911] Add REGEXP_EXTRACT_ALL function (enabled in BigQuery library)

2023-08-31 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 ada4fe2715 [CALCITE-5911] Add REGEXP_EXTRACT_ALL

[calcite] branch main updated (01467a1797 -> 1eb547c93e)

2023-08-30 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 01467a1797 [CALCITE-5766] Add SAFE_NEGATE function (enabled for BigQuery library) add 1eb547c93e [CALCITE-5910

[calcite] branch main updated: [CALCITE-5766] Add SAFE_NEGATE function (enabled for BigQuery library)

2023-08-30 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 01467a1797 [CALCITE-5766] Add SAFE_NEGATE function

[calcite] branch main updated: [CALCITE-5770] Add SAFE_SUBTRACT function (enabled in BigQuery library)

2023-08-24 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 b8acbea163 [CALCITE-5770] Add SAFE_SUBTRACT

[calcite] branch main updated: [CALCITE-5644] Add CONTAINS_SUBSTR function (enabled in BigQuery library)

2023-08-21 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 bcf6bd8577 [CALCITE-5644] Add CONTAINS_SUBSTR

[calcite] branch main updated: [CALCITE-5640] Add SAFE_ADD function (enabled in BigQuery library)

2023-08-18 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 a651ea6347 [CALCITE-5640] Add SAFE_ADD function

[calcite] branch main updated: [CALCITE-5873] Add REGEXP_CONTAINS function (enabled in BigQuery library)

2023-08-17 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 9404c8c99a [CALCITE-5873] Add REGEXP_CONTAINS

[calcite] 02/02: [MINOR] Refactor RelDataTypeSystemTest to use test fixture

2023-08-08 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 commit fde98e3504a26e727b21e99eaeb1a45a132e5b0a Author: Tanner Clary AuthorDate: Tue Jul 25 14:04:25 2023 -0700 [MINOR

[calcite] 01/02: [CALCITE-5869] LEAST_RESTRICTIVE does not use inner type of MEASURE for comparisons

2023-08-08 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 commit 95c4acc3cccdc66a3fd39a41250cb0d7f86c56ee Author: Tanner Clary AuthorDate: Sun Jul 23 19:37:29 2023 -0700 [CALCITE

[calcite] branch main updated (25f326cf0a -> fde98e3504)

2023-08-08 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 25f326cf0a [CALCITE-5827] Add IS_INF and IS_NAN functions (enabled in BigQuery library) new 95c4acc3cc [CALCITE

[calcite] branch main updated: [CALCITE-5827] Add IS_INF and IS_NAN functions (enabled in BigQuery library)

2023-08-08 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 25f326cf0a [CALCITE-5827] Add IS_INF and IS_NAN

[calcite] branch main updated: [CALCITE-5831] Add SOUNDEX function (enabled in Spark library)

2023-08-03 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 76ba489c13 [CALCITE-5831] Add SOUNDEX function

[calcite] branch main updated: [CALCITE-5735] Add SAFE_MULTIPLY function (enabled for BigQuery)

2023-08-02 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 1b8dc60b76 [CALCITE-5735] Add SAFE_MULTIPLY

[calcite] branch main updated: [CALCITE-5820] Add PARSE_URL function (enabled in Hive and Spark library)

2023-08-02 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 68d8d70e86 [CALCITE-5820] Add PARSE_URL function

[calcite] 03/06: [CALCITE-5711] Implement the SINGLE_VALUE aggregation in PostgreSQL Dialect

2023-07-05 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 commit 362cc566ed745b0be895cb290dd55c7164f6099f Author: nobigo AuthorDate: Tue May 23 10:30:15 2023 +0800 [CALCITE-5711

[calcite] 02/06: [CALCITE-5727] RelOptFixture#checkUnchanged should assert planAfter is not present

2023-07-05 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 commit b94917883cc55ba5ed034e2f9a8b55e961036b63 Author: Benchao Li AuthorDate: Sat May 27 13:34:46 2023 +0800 [CALCITE

[calcite] 06/06: [CALCITE-5708] SUBSTRING validation error if any parameter is a NULL literal

2023-07-05 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 commit 1b11d99e65d03a15ae4b25c47250b6918ce9aa10 Author: zstan AuthorDate: Wed Jul 5 08:09:18 2023 +0300 [CALCITE-5708

[calcite] branch main updated (39e5c764e7 -> 1b11d99e65)

2023-07-05 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git omit 39e5c764e7 [CALCITE-5708] SUBSTRING validation error if any parameter is a NULL literal omit a0f16e70f0 [CALCITE

[calcite] 05/06: [CALCITE-5816] Only return left-hand table columns when validate LEFT SEMI JOIN query

2023-07-05 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 commit f1d03166a7fce96535b0d20973260a3516c3e3f6 Author: macroguo AuthorDate: Mon Jul 3 19:45:39 2023 +0800 [CALCITE-5816

[calcite] 01/06: [CALCITE-5810] Prevent overflow in substring length computation

2023-07-05 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 commit 1dd1b4ac85bd16ecb5acb77a4649c869e3267e35 Author: Mihai Budiu AuthorDate: Wed Jun 28 23:18:08 2023 -0700 [CALCITE

[calcite] 04/06: [CALCITE-5798] Improve simplification of '(x < y) IS NOT TRUE' when x and y are not nullable

2023-07-05 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 commit 7e1e0298cbf755966f4d043c9f43a2cc48112f87 Author: Runkang He AuthorDate: Mon Jun 26 08:34:41 2023 +0800 [CALCITE

[calcite] branch main updated: Prevent overflow in substring length computation

2023-06-30 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 301f770a66 Prevent overflow in substring length

[calcite] branch main updated (9ebeea96e3 -> 00db00161c)

2023-06-26 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git discard 9ebeea96e3 adjust operand type checker discard 0c77afd6af add ReturnTypes.VARCHAR_NULLABLE discard a60d403486 fix

[calcite] 01/01: [CALCITE-5709] Add TO_BASE32 and FROM_BASE32 functions (enabled in BigQuery library)

2023-06-26 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 commit 00db00161cd9a2408c7532916cdc2e826840cf53 Author: zoudan AuthorDate: Tue May 23 22:49:59 2023 +0800 [CALCITE-5709

[calcite] 03/04: add ReturnTypes.VARCHAR_NULLABLE

2023-06-26 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 commit 0c77afd6af698c4c2170a9a19dd7a143a52de4fb Author: zoudan AuthorDate: Wed Jun 14 10:28:34 2023 +0800 add

[calcite] 02/04: fix typo

2023-06-26 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 commit a60d403486d6ad599ebc353b23ff4745b5c776ff Author: zoudan AuthorDate: Wed Jun 7 10:18:02 2023 +0800 fix typo

[calcite] branch main updated (e969f87aea -> 9ebeea96e3)

2023-06-26 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from e969f87aea [CALCITE-5778] Add ARRAY_JOIN, ARRAYS_OVERLAP, ARRAYS_ZIP function (enabled in Spark library) new

[calcite] 04/04: adjust operand type checker

2023-06-26 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 commit 9ebeea96e3eb0c5f76c3fe06934e8cc544559c0a Author: zoudan AuthorDate: Wed Jun 14 10:45:35 2023 +0800 adjust operand

[calcite] 01/04: [CALCITE-5709] Add TO_BASE32 and FROM_BASE32 functions (enabled in BigQuery library)

2023-06-26 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 commit b40ce21874c0e632343ea21b9766e5193f15047f Author: zoudan AuthorDate: Tue May 23 22:49:59 2023 +0800 [CALCITE-5709

[calcite] branch main updated: [CALCITE-5747] Conflicting FLOOR return type between Calcite and BigQuery

2023-06-22 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 08b94e33ec [CALCITE-5747] Conflicting FLOOR return

[calcite] branch main updated: [CALCITE-5771] Apply two different NULL semantics for CONCAT function (enabled in MySQL, Postgres, BigQuery and MSSQL)

2023-06-16 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 3f2ae2f4dd [CALCITE-5771] Apply two different NULL

[calcite] branch main updated: [CALCITE-5757] BigQuery DATE_TRUNC return type should be ARG0 and TIMESTAMP_TRUNC/DATETIME_TRUNC should return TIMESTAMP for DATE/TIMESTAMPs and TIMESTAMP_LTZ for TIMEST

2023-06-08 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 7dc94e381b [CALCITE-5757] BigQuery DATE_TRUNC

[calcite] branch main updated: [CALCITE-5738] Add SORT_ARRAY function (enabled in Spark library)

2023-06-05 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 2cb766380a [CALCITE-5738] Add SORT_ARRAY function

[calcite] branch main updated (58120b2d84 -> 0a363e47a2)

2023-05-31 Thread tanner
This is an automated email from the ASF dual-hosted git repository. tanner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git from 58120b2d84 [CALCITE-5564] Add parsing and validation for PERCENTILE_CONT/PERCENTILE_DISC functions (enabled

[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