[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-04-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624857#comment-13624857
 ] 

Hudson commented on HIVE-3985:
--

Integrated in Hive-trunk-h0.21 #2049 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2049/])
HIVE-3985 : Update new UDAFs introduced for Windowing to work with new 
Decimal Type (Brock Noland via Ashutosh Chauhan) (Revision 1465263)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1465263
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFCumeDist.java
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_decimal.q
* /hive/trunk/ql/src/test/results/clientpositive/ptf.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_decimal.q.out
* /hive/trunk/ql/src/test/results/clientpositive/windowing.q.out
* /hive/trunk/ql/src/test/results/clientpositive/windowing_rank.q.out


 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Affects Versions: 0.11.0
Reporter: Harish Butani
Assignee: Brock Noland
 Fix For: 0.11.0

 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch, HIVE-3985-2.patch, 
 HIVE-3985-3.patch




--
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


[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-04-05 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624013#comment-13624013
 ] 

Ashutosh Chauhan commented on HIVE-3985:


Looks good to me. [~rhbutani] would you also want to take a look?

 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Affects Versions: 0.11.0
Reporter: Harish Butani
Assignee: Brock Noland
 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch, HIVE-3985-2.patch, 
 HIVE-3985-3.patch




--
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


[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-04-05 Thread Harish Butani (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624135#comment-13624135
 ] 

Harish Butani commented on HIVE-3985:
-

+1
looks good. 
Thanks for fixing cume_dist. Prajakta made a similar fix last night; you beat 
her to it.
She is looking at StdDev.

 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Affects Versions: 0.11.0
Reporter: Harish Butani
Assignee: Brock Noland
 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch, HIVE-3985-2.patch, 
 HIVE-3985-3.patch




--
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


[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-04-03 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621051#comment-13621051
 ] 

Ashutosh Chauhan commented on HIVE-3985:


[~brocknoland] Would you like to update this patch ?

 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Reporter: Harish Butani
Assignee: Brock Noland
 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch




--
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


[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-03-11 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599216#comment-13599216
 ] 

Ashutosh Chauhan commented on HIVE-3985:


Patch looks good. However because of HIVE-4140 you need to update the test case 
to have alias after defining over clause. Sorry about that.

 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Reporter: Harish Butani
Assignee: Brock Noland
 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch




--
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


[jira] [Commented] (HIVE-3985) Update new UDAFs introduced for Windowing to work with new Decimal Type

2013-03-11 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599220#comment-13599220
 ] 

Brock Noland commented on HIVE-3985:


OK, will do!

 Update new UDAFs introduced for Windowing to work with new Decimal Type
 ---

 Key: HIVE-3985
 URL: https://issues.apache.org/jira/browse/HIVE-3985
 Project: Hive
  Issue Type: Bug
  Components: PTF-Windowing
Reporter: Harish Butani
Assignee: Brock Noland
 Attachments: HIVE-3985-0.patch, HIVE-3985-1.patch




--
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