Re: reflect UDF can't handle both String and int

2012-10-25 Thread Navis류승우
It seemed a bug. I've booked it on https://issues.apache.org/jira/browse/HIVE-3622 2012/10/26 Alexander Ershov > Query > select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1; > > throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, > int) > > A bug or a f

reflect UDF can't handle both String and int

2012-10-25 Thread Alexander Ershov
Query select reflect('java.lang.Integer', 'parseInt', 'a', 16) from src limit 1; throws java.lang.NoSuchMethodException: java.lang.Integer.parseInt(null, int) A bug or a feature?