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 40ef012  [SPARK-29802][BUILD] Use python3 in build scripts
     add c7a68a9  [SPARK-32344][SQL] Unevaluable expr is set to FIRST/LAST 
ignoreNullsExpr in distinct aggregates

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  4 +--
 .../sql/catalyst/expressions/aggregate/First.scala | 28 ++++++++++------
 .../sql/catalyst/expressions/aggregate/Last.scala  | 19 +++++------
 .../optimizer/RewriteDistinctAggregates.scala      |  2 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  4 +--
 ...astTestSuite.scala => FirstLastTestSuite.scala} | 18 ++++++++--
 .../catalyst/parser/ExpressionParserSuite.scala    |  8 ++---
 .../scala/org/apache/spark/sql/functions.scala     |  4 +--
 .../sql-functions/sql-expression-schema.md         |  8 ++---
 .../results/postgreSQL/window_part1.sql.out        | 12 +++----
 .../results/postgreSQL/window_part2.sql.out        | 38 +++++++++++-----------
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  7 ++++
 12 files changed, 89 insertions(+), 63 deletions(-)
 rename 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/aggregate/{LastTestSuite.scala
 => FirstLastTestSuite.scala} (84%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to