You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/12/25 00:08:40 UTC

[spark] branch master updated (65a9ac2 -> 10b6466)

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

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


    from 65a9ac2  [SPARK-30027][SQL] Support codegen for aggregate filters in HashAggregateExec
     add 10b6466  [SPARK-33084][CORE][SQL] Add jar support ivy path

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/SparkContext.scala |  45 ++++---
 .../org/apache/spark/deploy/SparkSubmit.scala      |   8 +-
 .../apache/spark/deploy/worker/DriverWrapper.scala |  16 +--
 .../spark/{deploy => util}/DependencyUtils.scala   | 137 ++++++++++++++++++++-
 .../scala/org/apache/spark/SparkContextSuite.scala | 116 +++++++++++++++++
 .../org/apache/spark/deploy/SparkSubmitSuite.scala |   2 +-
 .../spark/deploy/SparkSubmitUtilsSuite.scala       |  14 ++-
 .../org/apache/spark/util/DependencyUtils.scala    |  60 +++++++++
 docs/sql-ref-syntax-aux-resource-mgmt-add-jar.md   |  16 ++-
 .../apache/spark/sql/internal/SessionState.scala   |  30 +++--
 sql/core/src/test/resources/SPARK-33084.jar        | Bin 0 -> 6322 bytes
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  54 ++++++++
 .../spark/sql/hive/HiveSessionStateBuilder.scala   |   9 +-
 .../sql/hive/client/IsolatedClientLoader.scala     |   1 +
 .../spark/sql/hive/execution/HiveQuerySuite.scala  |  17 +++
 15 files changed, 475 insertions(+), 50 deletions(-)
 rename core/src/main/scala/org/apache/spark/{deploy => util}/DependencyUtils.scala (54%)
 create mode 100644 core/src/test/scala/org/apache/spark/util/DependencyUtils.scala
 create mode 100644 sql/core/src/test/resources/SPARK-33084.jar


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