[jira] [Assigned] (CALCITE-5598) Expand expression in a GROUP BY clause returns wrong result in case of expressions referenced by column index

2023-03-28 Thread Li Zehan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Zehan reassigned CALCITE-5598: - Assignee: Li Zehan > Expand expression in a GROUP BY clause returns wrong result in case of

[jira] [Assigned] (CALCITE-5598) Expand expression in a GROUP BY clause returns wrong result in case of expressions referenced by column index

2023-03-28 Thread Li Zehan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Zehan reassigned CALCITE-5598: - Assignee: (was: Li Zehan) > Expand expression in a GROUP BY clause returns wrong result

[jira] [Commented] (CALCITE-5616) Allow unparsing of SqlIntervalQualifier in EXTRACT to be overridden by dialects

2023-03-28 Thread TJ Banghart (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706216#comment-17706216 ] TJ Banghart commented on CALCITE-5616: -- [~tanclary] - this might relate to some of work on

[jira] [Comment Edited] (CALCITE-5616) Allow unparsing of SqlIntervalQualifier in EXTRACT to be overridden by dialects

2023-03-28 Thread TJ Banghart (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706216#comment-17706216 ] TJ Banghart edited comment on CALCITE-5616 at 3/29/23 4:59 AM: ---

[jira] [Created] (CALCITE-5616) Allow unparsing of SqlIntervalQualifier in EXTRACT to be overridden by dialects

2023-03-28 Thread TJ Banghart (Jira)
TJ Banghart created CALCITE-5616: Summary: Allow unparsing of SqlIntervalQualifier in EXTRACT to be overridden by dialects Key: CALCITE-5616 URL: https://issues.apache.org/jira/browse/CALCITE-5616

[jira] [Commented] (CALCITE-5615) Run SQLLogicTests using Calcite

2023-03-28 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706207#comment-17706207 ] Benchao Li commented on CALCITE-5615: - This sounds interesting, I think it deserves a try. We

[jira] [Comment Edited] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2023-03-28 Thread TJ Banghart (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706098#comment-17706098 ] TJ Banghart edited comment on CALCITE-3312 at 3/29/23 4:03 AM: --- The

[jira] [Commented] (CALCITE-5538) TimestampString rejects timestamp literals that end with 0 after the period

2023-03-28 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706128#comment-17706128 ] Mihai Budiu commented on CALCITE-5538: -- I will close this issue, since it is not really a problem

[jira] [Closed] (CALCITE-5538) TimestampString rejects timestamp literals that end with 0 after the period

2023-03-28 Thread Mihai Budiu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mihai Budiu closed CALCITE-5538. Resolution: Not A Problem > TimestampString rejects timestamp literals that end with 0 after the

[jira] [Created] (CALCITE-5615) Run SQLLogicTests using Calcite

2023-03-28 Thread Mihai Budiu (Jira)
Mihai Budiu created CALCITE-5615: Summary: Run SQLLogicTests using Calcite Key: CALCITE-5615 URL: https://issues.apache.org/jira/browse/CALCITE-5615 Project: Calcite Issue Type: Improvement

[jira] [Commented] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2023-03-28 Thread TJ Banghart (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17706098#comment-17706098 ] TJ Banghart commented on CALCITE-3312: -- The problem begins in {{StandardConvertletTable.java}}

[jira] [Assigned] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2023-03-28 Thread TJ Banghart (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TJ Banghart reassigned CALCITE-3312: Assignee: TJ Banghart (was: TANG Wen-hui) > TIMESTAMPDIFF cannot be converted to SQL >

[jira] [Updated] (CALCITE-5543) Implement BigQuery functions for parsing DATE, TIME, TIMESTAMP, DATETIME

2023-03-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-5543: Labels: pull-request-available (was: ) > Implement BigQuery functions for parsing DATE,

[jira] [Commented] (CALCITE-5503) CheapestPlanReplacer should reuse repeated nodes in a DAG plan

2023-03-28 Thread Evgeny Stanilovsky (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17705852#comment-17705852 ] Evgeny Stanilovsky commented on CALCITE-5503: - [~mosche] [~libenchao] thanks for this