[jira] [Resolved] (CALCITE-5783) Make table function scan hintable

2023-06-15 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benchao Li resolved CALCITE-5783. - Fix Version/s: 1.35.0 Resolution: Fixed Fixed via https://github.com/apache/calcite/com

[jira] [Comment Edited] (CALCITE-5777) Simplify 'OperandTypes.STRING.or(OperandTypes.BINARY)' to 'OperandTypes.STRING'

2023-06-15 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733353#comment-17733353 ] Julian Hyde edited comment on CALCITE-5777 at 6/16/23 6:51 AM: --

[jira] [Commented] (CALCITE-5777) Simplify 'OperandTypes.STRING.or(OperandTypes.BINARY)' to 'OperandTypes.STRING'

2023-06-15 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733353#comment-17733353 ] Julian Hyde commented on CALCITE-5777: -- I notice that {{OperandTypes.CBSTRING_INTE

[jira] [Comment Edited] (CALCITE-5777) Simplify 'OperandTypes.STRING.or(OperandTypes.BINARY)' to 'OperandTypes.STRING'

2023-06-15 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733350#comment-17733350 ] Julian Hyde edited comment on CALCITE-5777 at 6/16/23 6:47 AM: --

[jira] [Commented] (CALCITE-5777) Simplify 'OperandTypes.STRING.or(OperandTypes.BINARY)' to 'OperandTypes.STRING'

2023-06-15 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733350#comment-17733350 ] Julian Hyde commented on CALCITE-5777: -- You can imagine how this happened. People

[jira] [Updated] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-5784: Labels: pull-request-available (was: ) > Generate the same correlationId for the same qu

[jira] [Commented] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733341#comment-17733341 ] Aitozi commented on CALCITE-5784: - As shown in the RelNode tree, the two Correlate are

[jira] [Commented] (CALCITE-5783) Make table function scan hintable

2023-06-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1777#comment-1777 ] Aitozi commented on CALCITE-5783: - Yes, the related Jira has not been created. > Make

[jira] [Commented] (CALCITE-5781) Integrating Apache Calcite into OSS-Fuzz

2023-06-15 Thread Oliver Lee (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733325#comment-17733325 ] Oliver Lee commented on CALCITE-5781: - [~julianhyde] I'm going to be OOO and return

[jira] [Commented] (CALCITE-5783) Make table function scan hintable

2023-06-15 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733322#comment-17733322 ] Benchao Li commented on CALCITE-5783: - I guess this is related to FLIP-313, right?

[jira] [Commented] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733321#comment-17733321 ] Benchao Li commented on CALCITE-5784: - Is the two {{Correlate}} the same instance?

[jira] [Commented] (CALCITE-5780) Always-true OR expressions contain reverse order comparison should be simplified to TRUE

2023-06-15 Thread Runkang He (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733270#comment-17733270 ] Runkang He commented on CALCITE-5780: - [~nobigo] `1 > x or x >=1 or x is null` is n

[jira] [Commented] (CALCITE-5781) Integrating Apache Calcite into OSS-Fuzz

2023-06-15 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733245#comment-17733245 ] Julian Hyde commented on CALCITE-5781: -- [~oliverlee], Could you take this one? I w

[jira] [Updated] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aitozi updated CALCITE-5784: Description: Currently, the CTE query block will be sql2rel multiple times if be referenced multiple tim

[jira] [Commented] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733048#comment-17733048 ] Aitozi commented on CALCITE-5784: - IMO, we could deduplicate the creation of the correa

[jira] [Created] (CALCITE-5784) Generate the same correlationId for the same query

2023-06-15 Thread Aitozi (Jira)
Aitozi created CALCITE-5784: --- Summary: Generate the same correlationId for the same query Key: CALCITE-5784 URL: https://issues.apache.org/jira/browse/CALCITE-5784 Project: Calcite Issue Type: Impr

[jira] [Commented] (CALCITE-5780) Always-true OR expressions contain reverse order comparison should be simplified to TRUE

2023-06-15 Thread Runkang He (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733044#comment-17733044 ] Runkang He commented on CALCITE-5780: - [~nobigo] Thanks for quick reply. I think `1

[jira] [Updated] (CALCITE-5782) Add TO_HEX and FROM_HEX functions (enabled in BigQuery library)

2023-06-15 Thread Dan Zou (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Zou updated CALCITE-5782: - Description: Add TO_HEX and FROM_HEX functions (enabled in BigQuery library) * TO_HEX: Converts a sequ

[jira] [Commented] (CALCITE-5772) Add MAP_CONCAT, MAP_FROM_ENTRIES for Spark dialect

2023-06-15 Thread jackylau (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733003#comment-17733003 ] jackylau commented on CALCITE-5772: --- hi [~julianhyde] do you have time to help review

[jira] [Updated] (CALCITE-5783) Make table function scan hintable

2023-06-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-5783: Labels: pull-request-available (was: ) > Make table function scan hintable > --