You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/04/01 03:40:04 UTC

[spark] branch branch-2.4 updated (e226f68 -> 22e0a5a)

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

wenchen pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from e226f68  [SPARK-31306][DOCS] update rand() function documentation to indicate exclusive upper bound
     add 22e0a5a  [SPARK-31312][SQL][2.4] Cache Class instance for the UDF instance in HiveFunctionWrapper

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/sql/hive/HiveShim.scala |  19 ++-
 .../src/test/noclasspath/TestUDTF-spark-26560.jar  | Bin 7462 -> 0 bytes
 sql/hive/src/test/noclasspath/hive-test-udfs.jar   | Bin 0 -> 35660 bytes
 .../spark/sql/hive/HiveUDFDynamicLoadSuite.scala   | 190 +++++++++++++++++++++
 .../spark/sql/hive/execution/SQLQuerySuite.scala   |  47 -----
 5 files changed, 204 insertions(+), 52 deletions(-)
 delete mode 100644 sql/hive/src/test/noclasspath/TestUDTF-spark-26560.jar
 create mode 100644 sql/hive/src/test/noclasspath/hive-test-udfs.jar
 create mode 100644 sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveUDFDynamicLoadSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org