L. C. Hsieh created SPARK-35288: ----------------------------------- Summary: StaticInvoke should find the method without exact param type match Key: SPARK-35288 URL: https://issues.apache.org/jira/browse/SPARK-35288 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.1.1, 3.0.2, 2.4.7, 3.2.0 Reporter: L. C. Hsieh Assignee: L. C. Hsieh
Unlike Invoke, StaticInvoke only tries to get the method with exact parameter type match. If the calling method's parameter types are not exactly matched with the the catalyst data types, StaticInvoke cannot find the method. StaticInvoke should be able to find the method under the cases too. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org