You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2015/11/05 22:17:27 UTC

[jira] [Commented] (HIVE-12230) custom UDF configure() not called in Vectorization mode

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

Matt McCline commented on HIVE-12230:
-------------------------------------

Thank you [~jdere] for the review!

> custom UDF configure() not called in Vectorization mode
> -------------------------------------------------------
>
>                 Key: HIVE-12230
>                 URL: https://issues.apache.org/jira/browse/HIVE-12230
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 2.0.0
>
>         Attachments: HIVE-12230.01.patch
>
>
> PROBLEM:
> A custom UDF that overrides the configure()
> {code}
> @Override
> 	public void configure(MapredContext context) {
> 		greeting = "Hello ";
> 	}
> {code}
> In vectorization mode, it is not called.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)