[ https://issues.apache.org/jira/browse/HIVE-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696590#comment-13696590 ]
Hudson commented on HIVE-4692: ------------------------------ Integrated in Hive-trunk-h0.21 #2171 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2171/]) HIVE-4692 : Constant agg parameters will be replaced by ExprNodeColumnDesc with single-sourced multi-gby cases (Navis via Ashutosh Chauhan) (Revision 1498148) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1498148 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java * /hive/trunk/ql/src/test/queries/clientpositive/multi_insert_gby2.q * /hive/trunk/ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out * /hive/trunk/ql/src/test/results/clientpositive/multi_insert_gby2.q.out * /hive/trunk/ql/src/test/results/clientpositive/union31.q.out > Constant agg parameters will be replaced by ExprNodeColumnDesc with > single-sourced multi-gby cases > -------------------------------------------------------------------------------------------------- > > Key: HIVE-4692 > URL: https://issues.apache.org/jira/browse/HIVE-4692 > Project: Hive > Issue Type: Bug > Reporter: Navis > Assignee: Navis > Priority: Minor > Fix For: 0.12.0 > > Attachments: HIVE-4692.D11169.1.patch > > > HIVE-3495 fixed this for single gbys but not for multi-gbys. For example, > > {noformat} > FROM (select key, cast(key as double) as value from src order by key) a > INSERT OVERWRITE TABLE e1 > SELECT COUNT(*) > INSERT OVERWRITE TABLE e2 > SELECT percentile_approx(value, 0.5); > FAILED: UDFArgumentTypeException The second argument must be a constant, but > double was passed instead. > {noformat} -- 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