[jira] [Commented] (CALCITE-3364) Can't group table function result due to a type cast error if table function returns a row with a single value

2020-01-10 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013019#comment-17013019 ] Stamatis Zampetakis commented on CALCITE-3364: -- Thanks for the PR [~donnyzone]. I think, I

[jira] [Commented] (CALCITE-3364) Can't group table function result due to a type cast error if table function returns a row with a single value

2020-01-10 Thread Feng Zhu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012747#comment-17012747 ] Feng Zhu commented on CALCITE-3364: --- The issue is triggered in EnumerableAggregate [1]: {code:java}

[jira] [Commented] (CALCITE-3364) Can't group table function result due to a type cast error if table function returns a row with a single value

2019-09-23 Thread Danny Chan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935810#comment-16935810 ] Danny Chan commented on CALCITE-3364: - Well, seems we should fix this problem in the linq4j, i

[jira] [Commented] (CALCITE-3364) Can't group table function result due to a type cast error if table function returns a row with a single value

2019-09-23 Thread Danny Chan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935767#comment-16935767 ] Danny Chan commented on CALCITE-3364: - Thanks [~anha] for reporting this, just curious, if we only

[jira] [Commented] (CALCITE-3364) Can't group table function result due to a type cast error if table function returns a row with a single value

2019-09-23 Thread Anton Haidai (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935730#comment-16935730 ] Anton Haidai commented on CALCITE-3364: --- After some additional testing it turned out that the