Re: reflect UDF can't handle both String and int
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
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?