[
https://issues.apache.org/jira/browse/CALCITE-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-7682:
------------------------------------
Labels: pull-request-available (was: )
> SESSION table function without the optional key descriptor fails at runtime
> ---------------------------------------------------------------------------
>
> Key: CALCITE-7682
> URL: https://issues.apache.org/jira/browse/CALCITE-7682
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.42.0
> Reporter: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
>
> {code:java}
> SELECT * FROM TABLE(SESSION(TABLE ORDERS, DESCRIPTOR(ROWTIME), INTERVAL '20'
> MINUTE)); {code}
> Adding this query to stream.iq using the orinoco dataset produces the
> following exception:
> {code:java}
> SESSION table function without KEY descriptor fails with ClassCastException
> (Unable to implement EnumerableTableFunctionScan){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)