You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/08/04 04:43:22 UTC

[spark] branch master updated (7deb67c -> 1597d8f)

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

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


    from 7deb67c  [SPARK-32160][CORE][PYSPARK][FOLLOWUP] Change the config name to switch allow/disallow SparkContext in executors
     add 1597d8f  [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  12 +-
 .../optimizer/RewriteDistinctAggregates.scala      | 151 +++++++--
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala |   5 -
 .../resources/sql-tests/inputs/group-by-filter.sql |  46 ++-
 .../inputs/postgreSQL/aggregates_part3.sql         |   7 +-
 .../sql-tests/inputs/postgreSQL/groupingsets.sql   |   5 +-
 .../sql-tests/results/group-by-filter.sql.out      | 363 ++++++++++++++++++++-
 .../results/postgreSQL/aggregates_part3.sql.out    |  16 +-
 .../results/postgreSQL/groupingsets.sql.out        |  21 +-
 9 files changed, 554 insertions(+), 72 deletions(-)


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