[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Attachment: screenshot-1.png > After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws >

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: {code:java} final String sql = "insert into emps select * from emps"; final SqlNode

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Attachment: exception.jpg > After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws >

[jira] [Commented] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120208#comment-17120208 ] xzh_dz commented on CALCITE-4022: - [~jinxing6...@126.com] Thanks,I updated JIRA description. > After

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Attachment: (was: exception.jpg) > After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Attachment: (was: screenshot-1.png) > After SqlInsert is traversed by SqlShuttle, SqlBasicCall

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: This exception can be reproduced as below: SqlParserTest: {code:java} @Test void test()

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: This exception can be reproduced as below: SqlParserTest: {code:java} @Test void test()

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: This exception can be reproduced as below: SqlParserTest: {code:java} @Test void test()

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: This exception can be reproduced as below: SqlParserTest: {code:java} @Test void test()

[jira] [Updated] (CALCITE-4022) After SqlInsert is traversed by SqlShuttle, SqlBasicCall throws UnsupportedOperationException

2020-05-30 Thread xzh_dz (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xzh_dz updated CALCITE-4022: Description: This exception can be reproduced as below: SqlParserTest: {code:java} @Test void test()

[jira] [Commented] (CALCITE-4033) SqlNode.toSqlString generates wrong query for syntax "literal(select * from unnest(...))"

2020-05-30 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120364#comment-17120364 ] Julian Hyde commented on CALCITE-4033: -- Does the problem also exist if there is only UNNEST, no

[jira] [Commented] (CALCITE-3963) Maintain logical properties at RelSet (equivalent group) instead of RelNode

2020-05-30 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120385#comment-17120385 ] Haisheng Yuan commented on CALCITE-3963: 4 values in confidence level is indeed less, we can

[jira] [Commented] (CALCITE-4033) SqlNode.toSqlString generates wrong query for syntax "literal(select * from unnest(...))"

2020-05-30 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120374#comment-17120374 ] Rui Wang commented on CALCITE-4033: --- Calcite parser recognizes only UNNEST with extra parenthesis.

[jira] [Updated] (CALCITE-4033) SqlNode.toSqlString generates wrong query for syntax "literal(select * from unnest(...))"

2020-05-30 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Wang updated CALCITE-4033: -- Description: Reported from: https://issues.apache.org/jira/browse/DRILL-7722 If use this query

[jira] [Created] (CALCITE-4033) SqlNode.toSqlString generates wrong query for syntax "literal(select * from unnest(...))"

2020-05-30 Thread Rui Wang (Jira)
Rui Wang created CALCITE-4033: - Summary: SqlNode.toSqlString generates wrong query for syntax "literal(select * from unnest(...))" Key: CALCITE-4033 URL: https://issues.apache.org/jira/browse/CALCITE-4033