You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hv...@apache.org on 2021/04/07 07:51:17 UTC

[spark] branch master updated (0aa2c28 -> 06c09a7)

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

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


    from 0aa2c28  [SPARK-34678][SQL] Add table function registry
     add 06c09a7  [SPARK-34969][SPARK-34906][SQL] Followup for Refactor TreeNode's children handling methods into specialized traits

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/ml/stat/Summarizer.scala      |  8 ++++--
 .../sql/catalyst/expressions/Expression.scala      | 13 +++++-----
 .../catalyst/expressions/PartitionTransforms.scala |  2 +-
 .../catalyst/expressions/aggregate/Average.scala   |  2 +-
 .../catalyst/expressions/aggregate/CountIf.scala   |  2 +-
 .../expressions/aggregate/CountMinSketchAgg.scala  | 13 +++++++---
 .../expressions/aggregate/Covariance.scala         | 12 ++++-----
 .../sql/catalyst/expressions/aggregate/Sum.scala   |  2 +-
 .../expressions/aggregate/bitwiseAggregates.scala  |  2 +-
 .../catalyst/expressions/aggregate/collect.scala   |  2 +-
 .../spark/sql/catalyst/expressions/grouping.scala  |  2 +-
 .../expressions/higherOrderFunctions.scala         | 29 ++++++++++++++++------
 .../sql/catalyst/expressions/mathExpressions.scala |  6 ++++-
 .../catalyst/expressions/regexpExpressions.scala   |  6 ++++-
 .../catalyst/expressions/stringExpressions.scala   |  7 ++++--
 .../catalyst/expressions/windowExpressions.scala   |  2 +-
 .../sql/catalyst/plans/logical/v2Commands.scala    |  2 +-
 .../apache/spark/sql/catalyst/trees/TreeNode.scala |  8 ++++++
 .../catalyst/expressions/CodeGenerationSuite.scala |  3 +--
 .../sql/execution/command/DataWritingCommand.scala |  6 ++---
 .../spark/sql/execution/command/commands.scala     |  6 +++--
 .../datasources/v2/AddPartitionExec.scala          |  2 +-
 .../v2/AlterNamespaceSetPropertiesExec.scala       |  2 +-
 .../execution/datasources/v2/AlterTableExec.scala  |  2 +-
 .../execution/datasources/v2/CacheTableExec.scala  |  4 +--
 .../datasources/v2/CreateNamespaceExec.scala       |  2 +-
 .../execution/datasources/v2/CreateTableExec.scala |  2 +-
 .../datasources/v2/DeleteFromTableExec.scala       |  2 +-
 .../datasources/v2/DescribeColumnExec.scala        |  2 +-
 .../datasources/v2/DescribeNamespaceExec.scala     |  2 +-
 .../datasources/v2/DescribeTableExec.scala         |  2 +-
 .../datasources/v2/DropNamespaceExec.scala         |  2 +-
 .../datasources/v2/DropPartitionExec.scala         |  2 +-
 .../execution/datasources/v2/DropTableExec.scala   |  2 +-
 .../datasources/v2/RefreshTableExec.scala          |  2 +-
 .../datasources/v2/RenamePartitionExec.scala       |  2 +-
 .../execution/datasources/v2/RenameTableExec.scala |  2 +-
 .../datasources/v2/ReplaceTableExec.scala          |  4 +--
 .../v2/SetCatalogAndNamespaceExec.scala            |  2 +-
 .../datasources/v2/ShowCurrentNamespaceExec.scala  |  2 +-
 .../datasources/v2/ShowTablePropertiesExec.scala   |  2 +-
 .../datasources/v2/TruncatePartitionExec.scala     |  2 +-
 .../datasources/v2/TruncateTableExec.scala         |  2 +-
 .../datasources/v2/V1FallbackWriters.scala         |  3 +--
 .../execution/datasources/v2/V2CommandExec.scala   |  5 ++--
 .../apache/spark/sql/DataFrameFunctionsSuite.scala |  5 ++--
 .../apache/spark/sql/GeneratorFunctionSuite.scala  |  4 +--
 .../spark/sql/TypedImperativeAggregateSuite.scala  |  8 +++---
 .../sql/hive/execution/TestingTypedCount.scala     |  6 ++---
 49 files changed, 127 insertions(+), 87 deletions(-)

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