You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/12/30 16:08:30 UTC

[spark] branch master updated (f0fbbf0 -> 7079e87)

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

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


    from f0fbbf0  [SPARK-30361][REST] Monitoring URL do not redact information about environment
     add 7079e87  [SPARK-30185][SQL] Implement Dataset.tail API

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/CheckAnalysis.scala      | 16 ++--
 .../plans/logical/basicLogicalOperators.scala      | 20 +++++
 .../main/scala/org/apache/spark/sql/Dataset.scala  | 12 +++
 .../spark/sql/execution/LocalTableScanExec.scala   |  6 ++
 .../org/apache/spark/sql/execution/SparkPlan.scala | 96 ++++++++++++++++------
 .../spark/sql/execution/SparkStrategies.scala      |  2 +
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  4 +
 .../sql/execution/adaptive/QueryStageExec.scala    |  1 +
 .../spark/sql/execution/command/commands.scala     |  8 ++
 .../execution/datasources/v2/V2CommandExec.scala   |  2 +
 .../org/apache/spark/sql/execution/limit.scala     | 22 +++++
 .../org/apache/spark/sql/DataFrameSuite.scala      |  3 +-
 .../scala/org/apache/spark/sql/DatasetSuite.scala  | 20 ++++-
 .../spark/sql/execution/SparkPlanSuite.scala       |  1 +
 14 files changed, 180 insertions(+), 33 deletions(-)


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