[jira] [Comment Edited] (CALCITE-3379) Support expand STRING column expression in table during sql-to-rel conversion

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946450#comment-16946450 ] Danny Chen edited comment on CALCITE-3379 at 10/8/19 3:37 AM: --

[jira] [Commented] (CALCITE-3379) Support expand STRING column expression in table during sql-to-rel conversion

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946450#comment-16946450 ] Danny Chen commented on CALCITE-3379: - [~julianhyde] [~hyuan],yes, the linked PR is not relevant

[jira] [Updated] (CALCITE-3379) Support expand atom expression in table to relational node conversion

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated CALCITE-3379: Description: Now there are 2 ways to convert a RelOptTable to LogicalTableScan: 1. One way is

[jira] [Commented] (CALCITE-3368) Some problems simplifying ‘expression IS NULL’

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946421#comment-16946421 ] Danny Chen commented on CALCITE-3368: - [~kgyrtkirk] Can you please take a look on this issue ? >

[jira] [Commented] (CALCITE-3358) Make Function DDLs implement SqlExecutableStatement

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946417#comment-16946417 ] Danny Chen commented on CALCITE-3358: - Not able to, seems you do not have the JIRA contribution

[jira] [Commented] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946408#comment-16946408 ] Julian Hyde commented on CALCITE-3386: -- I don't think you should back out the change. We should

[jira] [Commented] (CALCITE-3388) StackOverflowError for creating structured RelDataType from class type

2019-10-07 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946397#comment-16946397 ] Danny Chen commented on CALCITE-3388: - How could a type reference itself ? {code:java} private

[jira] [Commented] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946349#comment-16946349 ] Haisheng Yuan commented on CALCITE-3386: Hi Julian, do you still disagree? If so, I need to

[jira] [Commented] (CALCITE-2792) Stackoverflow while evaluating filter with large number of OR conditions

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946307#comment-16946307 ] Haisheng Yuan commented on CALCITE-2792: A balanced binary call with only 32 levels of depth

[jira] [Commented] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946247#comment-16946247 ] Haisheng Yuan commented on CALCITE-3386: "CyclicMetadataException is intended for signaling; it

[jira] [Commented] (CALCITE-2792) Stackoverflow while evaluating filter with large number of OR conditions

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946245#comment-16946245 ] Haisheng Yuan commented on CALCITE-2792: Your proposal of not expanding IN is good, however, it

[jira] [Comment Edited] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946218#comment-16946218 ] Haisheng Yuan edited comment on CALCITE-3386 at 10/7/19 9:06 PM: - It is

[jira] [Commented] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946218#comment-16946218 ] Haisheng Yuan commented on CALCITE-3386: It is an exception, not an error. Throwing an

[jira] [Commented] (CALCITE-2792) Stackoverflow while evaluating filter with large number of OR conditions

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946209#comment-16946209 ] Julian Hyde commented on CALCITE-2792: -- The balanced tree is a clever idea but it seems to be

[jira] [Commented] (CALCITE-2696) Make it easier to configure SqlToRelConverter.Config.getInSubQueryThreshold()

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946201#comment-16946201 ] Julian Hyde commented on CALCITE-2696: -- I have changed my mind and now think we should add a

[jira] [Commented] (CALCITE-3382) Rename current TUMBLE to "$TUMBLE" and add TUMBLE to Parser

2019-10-07 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946192#comment-16946192 ] Rui Wang commented on CALCITE-3382: --- Addressed comments in PR. > Rename current TUMBLE to "$TUMBLE"

[jira] [Commented] (CALCITE-3390) ITEM expression does not get pushed to the right input of left-outer-join

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946179#comment-16946179 ] Julian Hyde commented on CALCITE-3390: -- Yes, ITEM should be declared as "strong", in the sense

[jira] [Updated] (CALCITE-3390) ITEM expression does not get pushed to the right input of left-outer-join

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-3390: - Description: In the following query, the ITEM expression above the Left Outer Join does not

[jira] [Commented] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946175#comment-16946175 ] Julian Hyde commented on CALCITE-3386: -- I don't agree. I wish I had seen this earlier. The

[jira] [Resolved] (CALCITE-3386) CyclicMetadataException gives misleading stack trace

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved CALCITE-3386. Fix Version/s: 1.22.0 Resolution: Fixed Fixed in

[jira] [Resolved] (CALCITE-3389) Test can fail if HashSet iterates in a different order

2019-10-07 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved CALCITE-3389. Fix Version/s: 1.22.0 Resolution: Fixed Fixed in

[jira] [Created] (CALCITE-3390) ITEM expression does not get pushed to the right input of left-outer-join

2019-10-07 Thread Aman Sinha (Jira)
Aman Sinha created CALCITE-3390: --- Summary: ITEM expression does not get pushed to the right input of left-outer-join Key: CALCITE-3390 URL: https://issues.apache.org/jira/browse/CALCITE-3390 Project: