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/01/23 23:24:13 UTC

[spark] branch master updated (3228d72 -> 4847f73)

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 3228d72  [SPARK-30603][SQL] Move RESERVED_PROPERTIES from SupportsNamespaces and TableCatalog to CatalogV2Util
     add 4847f73  [SPARK-30298][SQL] Respect aliases in output partitioning of projects and aggregates

No new revisions were added by this update.

Summary of changes:
 .../execution/AliasAwareOutputPartitioning.scala   | 55 ++++++++++++++
 .../execution/aggregate/HashAggregateExec.scala    |  4 +-
 .../aggregate/ObjectHashAggregateExec.scala        |  4 +-
 .../execution/aggregate/SortAggregateExec.scala    |  6 +-
 .../sql/execution/basicPhysicalOperators.scala     |  5 +-
 .../apache/spark/sql/execution/PlannerSuite.scala  | 88 ++++++++++++++++++++++
 .../spark/sql/sources/BucketedReadSuite.scala      | 14 ++++
 7 files changed, 166 insertions(+), 10 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/AliasAwareOutputPartitioning.scala


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