[jira] [Comment Edited] (CALCITE-2312) Support Partition By in sql select statement

2018-05-17 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478405#comment-16478405 ] Fei Xu edited comment on CALCITE-2312 at 5/17/18 9:41 AM: -- Thanks for the

[jira] [Created] (CALCITE-2312) Support Partition By in sql select statement

2018-05-16 Thread Fei Xu (JIRA)
Fei Xu created CALCITE-2312: --- Summary: Support Partition By in sql select statement Key: CALCITE-2312 URL: https://issues.apache.org/jira/browse/CALCITE-2312 Project: Calcite Issue Type: New

[jira] [Updated] (CALCITE-2312) Support Partition By in sql select statement

2018-05-16 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fei Xu updated CALCITE-2312: Description: I noticed that calcite already have an Exchange RelNode represents distribution on

[jira] [Commented] (CALCITE-2312) Support Partition By in sql select statement

2018-05-16 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478405#comment-16478405 ] Fei Xu commented on CALCITE-2312: - Thanks for the comment. So, may be I can start from SqlCreateTable,

[jira] [Commented] (CALCITE-2310) SqlParser parse multiple sql statements split by semicolon

2018-05-15 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476787#comment-16476787 ] Fei Xu commented on CALCITE-2310: - Put this extension to 'server' module is OK. But do you think we

[jira] [Commented] (CALCITE-2336) SqlValidatorImpl throws java.lang.IndexOutOfBoundsException

2018-05-30 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495941#comment-16495941 ] Fei Xu commented on CALCITE-2336: - thanks julian,I’ll try this way Julian Hyde (JIRA) 于2018年5月31日

[jira] [Commented] (CALCITE-2336) SqlValidatorImpl throws java.lang.IndexOutOfBoundsException

2018-05-30 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496013#comment-16496013 ] Fei Xu commented on CALCITE-2336: - Hi Julian, I change the code, e.g. but it seems doesn't help.  

[jira] [Commented] (CALCITE-2336) SqlValidatorImpl throws java.lang.IndexOutOfBoundsException

2018-05-31 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496143#comment-16496143 ] Fei Xu commented on CALCITE-2336: - Well, would you please execute the following unit test in 

[jira] [Created] (CALCITE-2336) SqlValidatorImpl throws java.lang.IndexOutOfBoundsException

2018-05-30 Thread Fei Xu (JIRA)
Fei Xu created CALCITE-2336: --- Summary: SqlValidatorImpl throws java.lang.IndexOutOfBoundsException Key: CALCITE-2336 URL: https://issues.apache.org/jira/browse/CALCITE-2336 Project: Calcite Issue

[jira] [Commented] (CALCITE-2336) SqlValidatorImpl throws java.lang.IndexOutOfBoundsException

2018-05-31 Thread Fei Xu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497486#comment-16497486 ] Fei Xu commented on CALCITE-2336: - Thanks, It's more clear > SqlValidatorImpl throws