[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-28 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166634#comment-17166634 ] Julian Hyde commented on CALCITE-2569: -- [~mmior], Yes ANY vs IGNORE is a little confusing. ANY is

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-28 Thread Michael Mior (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17166476#comment-17166476 ] Michael Mior commented on CALCITE-2569: --- [~julianhyde] I think the ANY/IGNORE distinction is

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-26 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165344#comment-17165344 ] Rui Wang commented on CALCITE-2569: --- Yes. That change is in the following "fixup" commit. I missed

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-26 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165317#comment-17165317 ] Julian Hyde commented on CALCITE-2569: -- I believe I already migrated the window table functions,

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-26 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165313#comment-17165313 ] Rui Wang commented on CALCITE-2569: --- +1 on SqlTableFunction interface. I might be able to migrate

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-26 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165173#comment-17165173 ] Rui Wang commented on CALCITE-2569: --- [~julianhyde] I will take a look tomorrow. > UDFs that are

[jira] [Commented] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2020-07-25 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165126#comment-17165126 ] Julian Hyde commented on CALCITE-2569: -- [~amaliujia], [~mmior], Could you please review