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

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


    from 68b105b32415 [SPARK-56960][SQL][TESTS] Support custom Ivy settings 
file in `HiveVersionSuite` via environment variable
     new bdd5fdfde0da [SPARK-56700][SS] Make DataStreamReader.name public
     new b40841930601 [SPARK-56676][SQL][DML] DSv2 Transactional Streaming 
Writes need to Validate Target between Microbatches

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 project/MimaExcludes.scala                         |   2 +
 .../spark/sql/streaming/DataStreamReader.scala     |  13 ++-
 .../spark/sql/connector/write/BatchWrite.java      |   7 +-
 .../connector/write/streaming/StreamingWrite.java  |   8 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  56 +++++----
 .../sql/catalyst/analysis/RelationResolution.scala |   6 +-
 .../sql/catalyst/analysis/V2TableReference.scala   |  32 +++--
 .../sql/catalyst/plans/logical/v2Commands.scala    |  13 +--
 .../catalyst/transactions/TransactionUtils.scala   |   4 +-
 .../sql/connector/catalog/LookupCatalog.scala      |   7 +-
 .../AnalyzerExtensionPropagationSuite.scala        |  15 +++
 .../apache/spark/sql/connector/catalog/txns.scala  |   2 +-
 .../spark/sql/connect/DataStreamReader.scala       |  11 +-
 .../spark/sql/classic/DataStreamReader.scala       |  10 +-
 .../spark/sql/execution/QueryExecution.scala       |  20 ++--
 .../sql/execution/datasources/v2/V2Writes.scala    |  21 ++--
 .../streaming/runtime/MicroBatchExecution.scala    |  16 ++-
 .../sources/WriteToMicroBatchDataSource.scala      |  25 ++--
 .../connector/PathBasedTableTransactionSuite.scala |  73 +++++++++++-
 .../sql/connector/StreamingTransactionSuite.scala  | 130 ++++++++++++++++++---
 20 files changed, 342 insertions(+), 129 deletions(-)


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

Reply via email to