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

[jira] [Updated] (FLINK-17943) HiveFunctionWrapper#getUDFClass should use Thread.currentThread().getContextClassLoader()

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

Kurt Young updated FLINK-17943:
-------------------------------
    Affects Version/s:     (was: 1.11.0)
                       1.10.1

> HiveFunctionWrapper#getUDFClass should use Thread.currentThread().getContextClassLoader()
> -----------------------------------------------------------------------------------------
>
>                 Key: FLINK-17943
>                 URL: https://issues.apache.org/jira/browse/FLINK-17943
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>    Affects Versions: 1.10.1
>            Reporter: Caizhi Weng
>            Priority: Major
>
> {{HiveFunctionWrapper#getUDFClass}} currently uses {{Class.forName(className)}} to load Hive UDF classes, while {{HiveFunctionWrapper#createFunction}} uses {{Thread.currentThread().getContextClassLoader()}}.
> {{HiveFunctionWrapper#getUDFClass}} should also use {{Thread.currentThread().getContextClassLoader()}} as it is loading user classes.



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