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

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

    [ https://issues.apache.org/jira/browse/FLINK-17943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117238#comment-17117238 ] 

Caizhi Weng commented on FLINK-17943:
-------------------------------------

cc [~ruili] could you please take a look?

> 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.11.0
>            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)