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 240840f [SPARK-30515][SQL] Refactor SimplifyBinaryComparison to reduce the time complexity add 5f6cd61 [SPARK-29708][SQL] Correct aggregated values when grouping sets are duplicated No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/analysis/Analyzer.scala | 2 +- .../plans/logical/basicLogicalOperators.scala | 30 ++++++++++---- .../resources/sql-tests/inputs/grouping_set.sql | 6 +++ .../sql-tests/inputs/postgreSQL/groupingsets.sql | 1 - .../sql-tests/results/grouping_set.sql.out | 47 ++++++++++++++++++++-- .../results/postgreSQL/groupingsets.sql.out | 6 ++- 6 files changed, 78 insertions(+), 14 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org