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 b86a69f  [SPARK-35792][SQL] View should not capture configs used in 
`RelationConversions`
     add abf9675  [SPARK-35798][SQL] Fix SparkPlan.sqlContext usage

No new revisions were added by this update.

Summary of changes:
 .../execution/BaseScriptTransformationExec.scala   |  2 +-
 .../org/apache/spark/sql/execution/Columnar.scala  |  2 +-
 .../spark/sql/execution/CommandResultExec.scala    |  6 +++---
 .../spark/sql/execution/DataSourceScanExec.scala   |  6 +++---
 .../spark/sql/execution/LocalTableScanExec.scala   |  6 +++---
 .../org/apache/spark/sql/execution/SortExec.scala  |  2 +-
 .../org/apache/spark/sql/execution/SparkPlan.scala | 25 ++++++++++++----------
 .../sql/execution/SubqueryBroadcastExec.scala      |  2 +-
 .../sql/execution/WholeStageCodegenExec.scala      |  6 +++---
 .../spark/sql/execution/aggregate/AggUtils.scala   |  2 +-
 .../execution/aggregate/HashAggregateExec.scala    | 12 +++++------
 .../aggregate/ObjectHashAggregateExec.scala        |  2 +-
 .../execution/aggregate/UpdatingSessionsExec.scala |  4 ++--
 .../sql/execution/basicPhysicalOperators.scala     | 15 ++++++-------
 .../sql/execution/columnar/InMemoryRelation.scala  |  4 ++--
 .../execution/columnar/InMemoryTableScanExec.scala |  4 ++--
 .../spark/sql/execution/command/commands.scala     |  8 +++----
 .../execution/datasources/v2/CacheTableExec.scala  | 21 ++++++++----------
 .../datasources/v2/ContinuousScanExec.scala        |  4 ++--
 .../datasources/v2/DataSourceV2ScanExecBase.scala  |  2 +-
 .../execution/datasources/v2/RenameTableExec.scala |  2 +-
 .../datasources/v2/V1FallbackWriters.scala         |  2 +-
 .../execution/datasources/v2/V2CommandExec.scala   |  2 +-
 .../execution/exchange/BroadcastExchangeExec.scala |  2 +-
 .../execution/joins/BroadcastHashJoinExec.scala    |  4 ++--
 .../sql/execution/joins/CartesianProductExec.scala |  4 ++--
 .../sql/execution/joins/SortMergeJoinExec.scala    |  4 ++--
 .../streaming/FlatMapGroupsWithStateExec.scala     |  4 ++--
 .../streaming/StreamingSymmetricHashJoinExec.scala |  6 +++---
 .../execution/streaming/statefulOperators.scala    | 14 ++++++------
 .../sql/execution/streaming/streamingLimits.scala  |  4 ++--
 .../org/apache/spark/sql/execution/subquery.scala  |  2 +-
 .../spark/sql/execution/window/WindowExec.scala    |  4 ++--
 .../sql/internal/ExecutorSideSQLConfSuite.scala    |  3 +--
 .../sql/hive/execution/HiveTableScanExec.scala     |  4 ++--
 35 files changed, 97 insertions(+), 99 deletions(-)

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

Reply via email to