You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/09/26 09:12:00 UTC

[jira] [Created] (CALCITE-4283) Promote the error message when creating table function scan with non table functions

Danny Chen created CALCITE-4283:
-----------------------------------

             Summary: Promote the error message when creating table function scan with non table functions
                 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
             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)