This is an automated email from the ASF dual-hosted git repository.

yao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from d74785359c50 [SPARK-48666][SQL] Do not push down filter if it contains 
PythonUDFs
     add 236d95738b6e [SPARK-48845][SQL] GenericUDF catch exceptions from 
children

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/hive/hiveUDFEvaluators.scala  | 12 +++--
 .../scala/org/apache/spark/sql/hive/hiveUDFs.scala | 22 +++++++---
 .../sql/hive/execution/UDFCatchException.java      | 51 ++++++++++++++++++++++
 ...UDFStringString.java => UDFThrowException.java} |  6 +--
 .../spark/sql/hive/execution/HiveUDFSuite.scala    | 23 ++++++++++
 5 files changed, 101 insertions(+), 13 deletions(-)
 create mode 100644 
sql/hive/src/test/java/org/apache/spark/sql/hive/execution/UDFCatchException.java
 copy 
sql/hive/src/test/java/org/apache/spark/sql/hive/execution/{UDFStringString.java
 => UDFThrowException.java} (87%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to