You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/06/01 11:00:11 UTC

[jira] [Closed] (FLINK-6724) Include function class name in UserDefinedFunctionUtils exceptions

     [ https://issues.apache.org/jira/browse/FLINK-6724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-6724.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

1.4: 417b4f65961bec2c5b56faec114de1c083ea4e09

> Include function class name in UserDefinedFunctionUtils exceptions
> ------------------------------------------------------------------
>
>                 Key: FLINK-6724
>                 URL: https://issues.apache.org/jira/browse/FLINK-6724
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> The {{UserDefinedFunctionUtils #checkForInstantiation}} checks whether a given function can be instantiated. If this is not the case it throws an exception like this:
> {code}
> org.apache.flink.table.api.ValidationException: Function class is not public.
> {code}
> It would be nice to include the class name in the exception.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)