You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2020/01/15 18:49:46 UTC

[spark] branch master updated (990a2be -> e751bc6)

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

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


    from 990a2be  [SPARK-30378][ML][PYSPARK][FOLLOWUP] Remove Param fields provided by _FactorizationMachinesParams
     add e751bc6  [SPARK-30479][SQL] Apply compaction of event log to SQL events

No new revisions were added by this update.

Summary of changes:
 .../spark/status/ListenerEventsTestHelper.scala    |  47 +++++++
 ....apache.spark.deploy.history.EventFilterBuilder |   1 +
 .../execution/history/SQLEventFilterBuilder.scala  | 147 +++++++++++++++++++++
 .../history/SQLEventFilterBuilderSuite.scala       | 107 +++++++++++++++
 .../history/SQLLiveEntitiesEventFilterSuite.scala  | 135 +++++++++++++++++++
 5 files changed, 437 insertions(+)
 create mode 100644 sql/core/src/main/resources/META-INF/services/org.apache.spark.deploy.history.EventFilterBuilder
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/history/SQLEventFilterBuilder.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/history/SQLEventFilterBuilderSuite.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/history/SQLLiveEntitiesEventFilterSuite.scala


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