[jira] [Created] (CALCITE-6021) Add CURRENT_DATETIME function (enabled in BigQuery library)

2023-09-21 Thread Tanner Clary (Jira)
Tanner Clary created CALCITE-6021: - Summary: Add CURRENT_DATETIME function (enabled in BigQuery library) Key: CALCITE-6021 URL: https://issues.apache.org/jira/browse/CALCITE-6021 Project: Calcite

Re: gradle build main branch encounters error

2023-09-21 Thread P.F. ZHAN
It seems caused by the pr of issue, https://issues.apache.org/jira/browse/CALCITE-5920 I revert this pr locally, it works. On Fri, Sep 22, 2023 at 2:54 AM P.F. ZHAN wrote: > I rebased the newest code, and built the code locally > > * What went wrong: > Execution failed for task

gradle build main branch encounters error

2023-09-21 Thread P.F. ZHAN
I rebased the newest code, and built the code locally * What went wrong: Execution failed for task ':linq4j:forbiddenApisMain'. > de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed while scanning class 'org.apache.calcite.linq4j.QueryableRecorder$57':

Re: PR CALCITE-6008 Review Request

2023-09-21 Thread Tanner Clary
Hi Jiabao, Thanks for opening this PR, I left a couple of comments. Best, Tanner On Thu, Sep 21, 2023 at 3:55 AM Jiabao Sun wrote: > Hi community, > > I have submitted a PR with CALCITE-6008 > to correct ARRAY_AGG function's return type. > > If someone has time, please help me to review the

[jira] [Created] (CALCITE-6020) SqlToRelConverter should not replace windowed SUM with equivalent expression using SUM0

2023-09-21 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created CALCITE-6020: - Summary: SqlToRelConverter should not replace windowed SUM with equivalent expression using SUM0 Key: CALCITE-6020 URL:

PR CALCITE-6008 Review Request

2023-09-21 Thread Jiabao Sun
Hi community, I have submitted a PR with CALCITE-6008 to correct ARRAY_AGG function's return type. If someone has time, please help me to review the PR, I would appreciate it very much. 1.CALCITE-6008: Jira: https://issues.apache.org/jira/browse/CALCITE-6008 PR:

PR CALCITE-6008 Review Request

2023-09-21 Thread Jiabao Sun
Hi community, I have submitted a PR with CALCITE-6008 to correct ARRAY_AGG function's return type. If someone has time, please help me to review the PR, I would appreciate it very much. 1.CALCITE-6008: Jira: https://issues.apache.org/jira/browse/CALCITE-6008 PR:

[jira] [Created] (CALCITE-6019) Excessive cast when UDF receives nullable JavaType

2023-09-21 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-6019: -- Summary: Excessive cast when UDF receives nullable JavaType Key: CALCITE-6019 URL: https://issues.apache.org/jira/browse/CALCITE-6019 Project: Calcite