[jira] [Commented] (CALCITE-4366) LatticeSuggester should treat UNION / VALUES sub-expressions as tables

2020-10-30 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223923#comment-17223923 ] Julian Hyde commented on CALCITE-4366: -- Work in progress:

[jira] [Commented] (CALCITE-4363) Need a utility to check if a SQL operator is standard

2020-10-30 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223856#comment-17223856 ] Julian Hyde commented on CALCITE-4363: -- Maybe each operator could have a set of libraries that it

[jira] [Commented] (CALCITE-4364) "a in (1, 2) and a = 1" should be simplified to "a=1"

2020-10-30 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223851#comment-17223851 ] Julian Hyde commented on CALCITE-4364: -- Thanks for checking. If you start work on a fix, be sure

[jira] [Comment Edited] (CALCITE-4361) BigQuery comments starting with # cause SqlParseException

2020-10-30 Thread Justin Swett (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223834#comment-17223834 ] Justin Swett edited comment on CALCITE-4361 at 10/30/20, 6:26 PM: -- '#'

[jira] [Commented] (CALCITE-4361) BigQuery comments starting with # cause SqlParseException

2020-10-30 Thread Justin Swett (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223834#comment-17223834 ] Justin Swett commented on CALCITE-4361: --- # starts a comment. Your query return [1, 2, 3] >

[jira] [Resolved] (CALCITE-4354) Allow ITEM operator on ROW/STRUCT data types

2020-10-30 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stamatis Zampetakis resolved CALCITE-4354. -- Resolution: Fixed > Allow ITEM operator on ROW/STRUCT data types >

[jira] [Commented] (CALCITE-4354) Allow ITEM operator on ROW/STRUCT data types

2020-10-30 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223547#comment-17223547 ] Stamatis Zampetakis commented on CALCITE-4354: -- Fixed in

[jira] [Commented] (CALCITE-4368) TopDownOptTest fails if applying non-substitution rule first

2020-10-30 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223498#comment-17223498 ] Chunwei Lei commented on CALCITE-4368: -- [~FatLittle], could you please help review the PR? Thank

[jira] [Updated] (CALCITE-4368) TopDownOptTest fails if applying non-substitution rule first

2020-10-30 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei updated CALCITE-4368: - Description: If we apply non-substitution rules first, some tests in TopDownOptTest would

[jira] [Updated] (CALCITE-4368) TopDownOptTest fails if applying non-substitution rule first

2020-10-30 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei updated CALCITE-4368: - Description: If we apply non-substitution rules first, some tests in TopDownOptTest would

[jira] [Updated] (CALCITE-4368) TopDownOptTest fails if applying non-substitution rule first

2020-10-30 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunwei Lei updated CALCITE-4368: - Description: If we apply non-substitution rules first, some tests in TopDownOptTest would

[jira] [Created] (CALCITE-4368) TopDownOptTest fails if applying non-substitution rule first

2020-10-30 Thread Chunwei Lei (Jira)
Chunwei Lei created CALCITE-4368: Summary: TopDownOptTest fails if applying non-substitution rule first Key: CALCITE-4368 URL: https://issues.apache.org/jira/browse/CALCITE-4368 Project: Calcite

[jira] [Commented] (CALCITE-4364) "a in (1, 2) and a = 1" should be simplified to "a=1"

2020-10-30 Thread Liya Fan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223470#comment-17223470 ] Liya Fan commented on CALCITE-4364: --- This case should be straightforward to track with our Sarg

[jira] [Commented] (CALCITE-4363) Need a utility to check if a SQL operator is standard

2020-10-30 Thread Liya Fan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17223437#comment-17223437 ] Liya Fan commented on CALCITE-4363: --- [~julianhyde] Thanks for your feedback and helpful information.