[ https://issues.apache.org/jira/browse/HIVE-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770339#comment-13770339 ]
Sergey Shelukhin commented on HIVE-5294: ---------------------------------------- I am getting some build errors that appear to be from this patch. Looks like it might be missing import for ctor, for enum I am not certain and heading out soon... Will look tomorrow if needed. {code} [javac] /Users/sergey/git/hive3/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFCollectSet.java:25: package org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMkCollectionEvaluator does not exist [javac] import org.apache.hadoop.hive.ql.udf.generic.GenericUDAFMkCollectionEvaluator.BufferType; [javac] ^ [javac] /Users/sergey/git/hive3/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java:386: cannot find symbol [javac] symbol : class GenericUDAFCollectList [javac] location: class org.apache.hadoop.hive.ql.exec.FunctionRegistry [javac] registerGenericUDAF("collect_list", new GenericUDAFCollectList()); [javac] ^ [javac] /Users/sergey/git/hive3/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFCollectSet.java:52: cannot find symbol [javac] symbol : class GenericUDAFMkCollectionEvaluator [javac] location: class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCollectSet [javac] return new GenericUDAFMkCollectionEvaluator(BufferType.SET); [javac] ^ [javac] /Users/sergey/git/hive3/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFCollectSet.java:52: cannot find symbol [javac] symbol : variable BufferType [javac] location: class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCollectSet [javac] return new GenericUDAFMkCollectionEvaluator(BufferType.SET); [javac] ^ {code} > Create collect UDF and make evaluator reusable > ---------------------------------------------- > > Key: HIVE-5294 > URL: https://issues.apache.org/jira/browse/HIVE-5294 > Project: Hive > Issue Type: New Feature > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Fix For: 0.13.0 > > Attachments: HIVE-5294.1.patch.txt, HIVE-5294.patch.txt > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira