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 128479fe92c [SPARK-40196][PYTHON][PS] Consolidate `lit` function with 
NumPy scalar in sql and pandas module
     add 8b6b3be273f [SPARK-40175][CORE][SQL][MLLIB][DSTREAM][R] Optimize the 
performance of `keys.zip(values).toMap` code pattern

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/api/r/SerDe.scala  |  5 ++--
 .../main/scala/org/apache/spark/util/Utils.scala   |  4 ++-
 .../org/apache/spark/util/collection/Utils.scala   | 29 ++++++++++++++++++++++
 .../spark/mllib/evaluation/RankingMetrics.scala    |  3 ++-
 .../sql/catalyst/CatalystTypeConverters.scala      |  3 ++-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  3 ++-
 .../catalyst/optimizer/DecorrelateInnerQuery.scala |  3 ++-
 ...ushdownPredicatesAndPruneColumnsForCTEDef.scala |  3 ++-
 .../optimizer/RewriteDistinctAggregates.scala      |  3 ++-
 .../sql/catalyst/util/ArrayBasedMapData.scala      | 11 ++++----
 .../org/apache/spark/sql/RandomDataGenerator.scala |  3 ++-
 .../apache/spark/sql/execution/ExistingRDD.scala   |  3 ++-
 .../spark/sql/execution/aggregate/AggUtils.scala   |  3 ++-
 .../command/AnalyzePartitionCommand.scala          |  3 ++-
 .../execution/datasources/v2/PushDownUtils.scala   |  3 ++-
 .../sql/execution/window/WindowExecBase.scala      |  3 ++-
 .../scheduler/ReceiverSchedulingPolicy.scala       |  3 ++-
 17 files changed, 67 insertions(+), 21 deletions(-)


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

Reply via email to