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

wenchen pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 87d7ab6  [SPARK-32608][SQL][3.0] Script Transform ROW FORMAT DELIMIT 
value should format value
     add 29a10a4  [SPARK-28863][SQL][FOLLOWUP] Do not reuse the physical plan

No new revisions were added by this update.

Summary of changes:
 .../CommandCheck.scala => AlreadyOptimized.scala}  | 29 +++++-----
 .../spark/sql/execution/AlreadyPlanned.scala       | 61 ----------------------
 .../spark/sql/execution/SparkStrategies.scala      |  1 -
 .../datasources/v2/DataSourceV2Strategy.scala      | 10 ++--
 .../datasources/v2/V1FallbackWriters.scala         | 20 ++++---
 .../datasources/v2/WriteToDataSourceV2Exec.scala   |  4 ++
 ...nnedSuite.scala => AlreadyOptimizedSuite.scala} | 31 ++++++-----
 7 files changed, 54 insertions(+), 102 deletions(-)
 copy 
sql/core/src/main/scala/org/apache/spark/sql/execution/{command/CommandCheck.scala
 => AlreadyOptimized.scala} (56%)
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/AlreadyPlanned.scala
 rename 
sql/core/src/test/scala/org/apache/spark/sql/execution/{AlreadyPlannedSuite.scala
 => AlreadyOptimizedSuite.scala} (68%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to