[
https://issues.apache.org/jira/browse/HIVE-12230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968498#comment-14968498
]
Xuefu Zhang commented on HIVE-12230:
------------------------------------
The code looks quite entertaining. Not sure how it made it way there.
> 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
>
> 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)