This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from 2702fb9 [SPARK-35859][PYTHON] Cleanup type hints in pandas-on-Spark add 4a17e7a [SPARK-35906][SQL] Remove order by if the maximum number of rows less than or equal to 1 No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/optimizer/Optimizer.scala | 12 +- .../EliminateSortsBeforeRepartitionSuite.scala | 9 +- .../catalyst/optimizer/EliminateSortsSuite.scala | 6 + .../approved-plans-v1_4/q16.sf100/explain.txt | 95 +++++----- .../approved-plans-v1_4/q16.sf100/simplified.txt | 139 ++++++++------- .../approved-plans-v1_4/q16/explain.txt | 95 +++++----- .../approved-plans-v1_4/q16/simplified.txt | 139 ++++++++------- .../approved-plans-v1_4/q61.sf100/explain.txt | 157 ++++++++--------- .../approved-plans-v1_4/q61.sf100/simplified.txt | 185 ++++++++++--------- .../approved-plans-v1_4/q61/explain.txt | 163 +++++++++-------- .../approved-plans-v1_4/q61/simplified.txt | 195 ++++++++++----------- .../approved-plans-v1_4/q90.sf100/explain.txt | 107 ++++++----- .../approved-plans-v1_4/q90.sf100/simplified.txt | 135 +++++++------- .../approved-plans-v1_4/q90/explain.txt | 107 ++++++----- .../approved-plans-v1_4/q90/simplified.txt | 135 +++++++------- .../approved-plans-v1_4/q92.sf100/explain.txt | 87 +++++---- .../approved-plans-v1_4/q92.sf100/simplified.txt | 103 ++++++----- .../approved-plans-v1_4/q92/explain.txt | 87 +++++---- .../approved-plans-v1_4/q92/simplified.txt | 97 +++++----- .../approved-plans-v1_4/q94.sf100/explain.txt | 95 +++++----- .../approved-plans-v1_4/q94.sf100/simplified.txt | 139 ++++++++------- .../approved-plans-v1_4/q94/explain.txt | 95 +++++----- .../approved-plans-v1_4/q94/simplified.txt | 139 ++++++++------- .../approved-plans-v1_4/q95.sf100/explain.txt | 119 ++++++------- .../approved-plans-v1_4/q95.sf100/simplified.txt | 193 ++++++++++---------- .../approved-plans-v1_4/q95/explain.txt | 121 ++++++------- .../approved-plans-v1_4/q95/simplified.txt | 173 +++++++++--------- .../approved-plans-v1_4/q96.sf100/explain.txt | 61 +++---- .../approved-plans-v1_4/q96.sf100/simplified.txt | 77 ++++---- .../approved-plans-v1_4/q96/explain.txt | 61 +++---- .../approved-plans-v1_4/q96/simplified.txt | 77 ++++---- .../apache/spark/sql/execution/PlannerSuite.scala | 18 +- 32 files changed, 1676 insertions(+), 1745 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org