You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (Jira)" <ji...@apache.org> on 2020/01/14 18:13:00 UTC

[jira] [Created] (FLINK-15588) check registered udf via catalog API cannot be a scala inner class

Bowen Li created FLINK-15588:
--------------------------------

             Summary: check registered udf via catalog API cannot be a scala inner class
                 Key: FLINK-15588
                 URL: https://issues.apache.org/jira/browse/FLINK-15588
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
            Reporter: Bowen Li
             Fix For: 1.11.0


scala inner class cannot be instantiated via reflection directly. thus they cannot be catalog functions stored as full class name. 

we should check that in catalog API to make sure we remind users of it with proper error messages



--
This message was sent by Atlassian Jira
(v8.3.4#803005)