[jira] [Commented] (HIVE-3622) reflect udf cannot find method which has arguments of primitive types and String, Binary, Timestamp types mixed

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3622:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-3622 : reflect udf cannot find method which has arguments of primitive 
types and String, Binary, Timestamp types mixed (Navis via Ashutosh Chauhan) 
(Revision 1419577)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1419577
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFReflect.java
* /hive/trunk/ql/src/test/queries/clientpositive/udf_reflect.q
* /hive/trunk/ql/src/test/results/clientpositive/udf_reflect.q.out


 reflect udf cannot find method which has arguments of primitive types and 
 String, Binary, Timestamp types mixed
 ---

 Key: HIVE-3622
 URL: https://issues.apache.org/jira/browse/HIVE-3622
 Project: Hive
  Issue Type: Bug
  Components: UDF
Reporter: Navis
Assignee: Navis
Priority: Minor
 Fix For: 0.11.0

 Attachments: HIVE-3622.D6201.1.patch, HIVE-3622.D6201.2.patch


 From 
 http://mail-archives.apache.org/mod_mbox/hive-user/201210.mbox/%3CCANkN6JApahvYrVuiy-j4VJ0dO2tzTpePwi7LUNCp12Vwj6d6xw%40mail.gmail.com%3E
 noformat
 Query
 select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1;
 throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int)
 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


[jira] [Commented] (HIVE-3622) reflect udf cannot find method which has arguments of primitive types and String, Binary, Timestamp types mixed

2012-12-10 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3622:


+1

 reflect udf cannot find method which has arguments of primitive types and 
 String, Binary, Timestamp types mixed
 ---

 Key: HIVE-3622
 URL: https://issues.apache.org/jira/browse/HIVE-3622
 Project: Hive
  Issue Type: Bug
  Components: UDF
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-3622.D6201.1.patch, HIVE-3622.D6201.2.patch


 From 
 http://mail-archives.apache.org/mod_mbox/hive-user/201210.mbox/%3CCANkN6JApahvYrVuiy-j4VJ0dO2tzTpePwi7LUNCp12Vwj6d6xw%40mail.gmail.com%3E
 noformat
 Query
 select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1;
 throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int)
 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


[jira] [Commented] (HIVE-3622) reflect udf cannot find method which has arguments of primitive types and String, Binary, Timestamp types mixed

2012-12-10 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3622:
--

Integrated in Hive-trunk-h0.21 #1849 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1849/])
HIVE-3622 : reflect udf cannot find method which has arguments of primitive 
types and String, Binary, Timestamp types mixed (Navis via Ashutosh Chauhan) 
(Revision 1419577)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1419577
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFReflect.java
* /hive/trunk/ql/src/test/queries/clientpositive/udf_reflect.q
* /hive/trunk/ql/src/test/results/clientpositive/udf_reflect.q.out


 reflect udf cannot find method which has arguments of primitive types and 
 String, Binary, Timestamp types mixed
 ---

 Key: HIVE-3622
 URL: https://issues.apache.org/jira/browse/HIVE-3622
 Project: Hive
  Issue Type: Bug
  Components: UDF
Reporter: Navis
Assignee: Navis
Priority: Minor
 Fix For: 0.11

 Attachments: HIVE-3622.D6201.1.patch, HIVE-3622.D6201.2.patch


 From 
 http://mail-archives.apache.org/mod_mbox/hive-user/201210.mbox/%3CCANkN6JApahvYrVuiy-j4VJ0dO2tzTpePwi7LUNCp12Vwj6d6xw%40mail.gmail.com%3E
 noformat
 Query
 select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1;
 throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int)
 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


[jira] [Commented] (HIVE-3622) reflect udf cannot find method which has arguments of primitive types and String, Binary, Timestamp types mixed

2012-11-15 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3622:
--

+1

@Navis: I left two small comments on Phabricator, neither of which requires a 
second review round. Can you please test and commit this on your own? Thanks.

 reflect udf cannot find method which has arguments of primitive types and 
 String, Binary, Timestamp types mixed
 ---

 Key: HIVE-3622
 URL: https://issues.apache.org/jira/browse/HIVE-3622
 Project: Hive
  Issue Type: Bug
  Components: UDF
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-3622.D6201.1.patch


 From 
 http://mail-archives.apache.org/mod_mbox/hive-user/201210.mbox/%3CCANkN6JApahvYrVuiy-j4VJ0dO2tzTpePwi7LUNCp12Vwj6d6xw%40mail.gmail.com%3E
 noformat
 Query
 select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1;
 throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int)
 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


[jira] [Commented] (HIVE-3622) reflect udf cannot find method which has arguments of primitive types and String, Binary, Timestamp types mixed

2012-11-15 Thread Phabricator (JIRA)

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

Phabricator commented on HIVE-3622:
---

cwsteinbach has accepted the revision HIVE-3622 [jira] reflect udf cannot find 
method which has arguments of primitive types and String, Binary, Timestamp 
types mixed.

INLINE COMMENTS
  ql/src/test/queries/clientpositive/udf_reflect.q:25 May as well save some 
test time and add this to the first query.
  ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFReflect.java:196 
Please expand on this comment. What's ambiguous?

REVISION DETAIL
  https://reviews.facebook.net/D6201

BRANCH
  DPAL-1923

To: JIRA, cwsteinbach, navis


 reflect udf cannot find method which has arguments of primitive types and 
 String, Binary, Timestamp types mixed
 ---

 Key: HIVE-3622
 URL: https://issues.apache.org/jira/browse/HIVE-3622
 Project: Hive
  Issue Type: Bug
  Components: UDF
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-3622.D6201.1.patch


 From 
 http://mail-archives.apache.org/mod_mbox/hive-user/201210.mbox/%3CCANkN6JApahvYrVuiy-j4VJ0dO2tzTpePwi7LUNCp12Vwj6d6xw%40mail.gmail.com%3E
 noformat
 Query
 select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1;
 throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int)
 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