[jira] [Commented] (CALCITE-2395) Support SELECT xxx FROM TABLE FOR UPDATE syntax

2018-07-04 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533064#comment-16533064 ] Julian Hyde commented on CALCITE-2395: -- Even if "FOR UPDATE" (i.e. a boolean) is sufficient for

[jira] [Commented] (CALCITE-2397) Column Index not getting set on correlationIds

2018-07-04 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533053#comment-16533053 ] Julian Hyde commented on CALCITE-2397: -- I don't like this. You have made an immutable class

[jira] [Commented] (CALCITE-2395) Support SELECT xxx FROM TABLE FOR UPDATE syntax

2018-07-04 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532993#comment-16532993 ] Enrico Olivelli commented on CALCITE-2395: -- Got it, thanks Julian > Support SELECT xxx FROM

[jira] [Commented] (CALCITE-2395) Support SELECT xxx FROM TABLE FOR UPDATE syntax

2018-07-04 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532970#comment-16532970 ] Julian Hyde commented on CALCITE-2395: -- See CALCITE-1230; it contains some hints how to find a

[jira] [Commented] (CALCITE-2392) Query with JOIN and USING on dynamic table fails with IndexOutOfBoundsException

2018-07-04 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532967#comment-16532967 ] Julian Hyde commented on CALCITE-2392: -- +1 I reviewed the code. Nice work. I like that you added

[jira] [Commented] (CALCITE-2173) Sample implementation of ArrowAdapter

2018-07-04 Thread Masayuki Takahashi (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532724#comment-16532724 ] Masayuki Takahashi commented on CALCITE-2173: - Thanks for some compile tips!! I check my

[jira] [Commented] (CALCITE-2392) Query with JOIN and USING on dynamic table fails with IndexOutOfBoundsException

2018-07-04 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532665#comment-16532665 ] Volodymyr Vysotskyi commented on CALCITE-2392: -- I have created CALCITE-2400 to fix and

[jira] [Created] (CALCITE-2400) Allow standards-compliant column ordering for NATURAL JOIN and JOIN USING when dynamic tables are used

2018-07-04 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created CALCITE-2400: Summary: Allow standards-compliant column ordering for NATURAL JOIN and JOIN USING when dynamic tables are used Key: CALCITE-2400 URL:

[jira] [Commented] (CALCITE-2395) Support SELECT xxx FROM TABLE FOR UPDATE syntax

2018-07-04 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532444#comment-16532444 ] Enrico Olivelli commented on CALCITE-2395: -- [~julianhyde] [~michaelmior] I am trying to find

[jira] [Comment Edited] (CALCITE-2173) Sample implementation of ArrowAdapter

2018-07-04 Thread Walaa Eldin Moustafa (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532417#comment-16532417 ] Walaa Eldin Moustafa edited comment on CALCITE-2173 at 7/4/18 8:17 AM:

[jira] [Commented] (CALCITE-2173) Sample implementation of ArrowAdapter

2018-07-04 Thread Walaa Eldin Moustafa (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532417#comment-16532417 ] Walaa Eldin Moustafa commented on CALCITE-2173: --- I had to do the same as [~julianhyde] to