You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/08/25 01:03:33 UTC

[spark] branch master updated (3e32ea1 -> 93cec49)

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 3e32ea1  [SPARK-36336][SQL] Add new exception of base exception used in QueryExecutionErrors
     add 93cec49  [SPARK-36559][SQL][PYTHON] Create plans dedicated to distributed-sequence index for optimization

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/tests/test_dataframe.py      | 39 +++++++-------
 .../catalyst/analysis/DeduplicateRelations.scala   |  4 ++
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  5 ++
 .../plans/logical/pythonLogicalOperators.scala     | 17 ++++++
 .../catalyst/optimizer/ColumnPruningSuite.scala    |  8 ++-
 .../main/scala/org/apache/spark/sql/Dataset.scala  | 23 ++------
 .../spark/sql/execution/SparkStrategies.scala      |  2 +
 .../python/AttachDistributedSequenceExec.scala     | 62 ++++++++++++++++++++++
 8 files changed, 121 insertions(+), 39 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/python/AttachDistributedSequenceExec.scala

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