[
https://issues.apache.org/jira/browse/CALCITE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen updated CALCITE-4283:
--------------------------------
Summary: Do not force implement SqlTableFunction when creating table
function scan (was: Promote the error message when creating table function
scan with non table functions)
> Do not force implement SqlTableFunction when creating table function scan
> -------------------------------------------------------------------------
>
> Key: CALCITE-4283
> URL: https://issues.apache.org/jira/browse/CALCITE-4283
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.25.0
> Reporter: Danny Chen
> Assignee: Danny Chen
> Priority: Major
> Fix For: 1.26.0
>
>
> Throw a more meaningful error message instead of a AssertionError by the
> explicit type cast.
> {code:java}
> final SqlTableFunction operator = (SqlTableFunction) call.getOperator();
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)