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

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


    from 037e9e6faa43 [SPARK-56921][SQL] Fix CTE ID normalization for nested 
CTEs
     add 6993c9148090 [SPARK-56643][CONNECT][TEST] Add DSv2 temp view with 
stored plan tests using Spark Connect mode

No new revisions were added by this update.

Summary of changes:
 .../connect/DataSourceV2TempViewConnectSuite.scala |  83 +++
 .../connector/DSv2ExternalMutationTestBase.scala   |  76 +++
 .../DSv2TempViewWithStoredPlanTests.scala          | 588 ++++++++++++++++++++
 .../sql/connector/DataSourceV2DataFrameSuite.scala | 613 ++-------------------
 4 files changed, 781 insertions(+), 579 deletions(-)
 create mode 100644 
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/DataSourceV2TempViewConnectSuite.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/connector/DSv2ExternalMutationTestBase.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/connector/DSv2TempViewWithStoredPlanTests.scala


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

Reply via email to