This is an automated email from the ASF dual-hosted git repository.

hvanhovell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from e04a634  [SPARK-30075][CORE][TESTS] Fix the hashCode implementation of 
ArrayKeyIndexType correctly
     add 68034a8  [SPARK-30072][SQL] Create dedicated planner for subqueries

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  6 +-
 .../plans/logical/basicLogicalOperators.scala      | 10 ++-
 .../RemoveRedundantAliasAndProjectSuite.scala      |  8 +-
 .../sql/dynamicpruning/PartitionPruning.scala      |  2 +-
 .../dynamicpruning/PlanDynamicPruningFilters.scala | 10 ++-
 .../spark/sql/execution/QueryExecution.scala       | 93 ++++++++++++++++------
 .../execution/adaptive/AdaptiveSparkPlanExec.scala | 16 ++--
 .../adaptive/InsertAdaptiveSparkPlan.scala         | 15 ++--
 .../sql/execution/python/ExtractPythonUDFs.scala   |  2 +-
 .../org/apache/spark/sql/execution/subquery.scala  |  4 +-
 .../apache/spark/sql/execution/PlannerSuite.scala  | 24 ++++++
 11 files changed, 134 insertions(+), 56 deletions(-)


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

Reply via email to