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

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


    from 0497b386ec4e [SPARK-54824] Add support for multiGet and deleteRange 
for Rocksdb State Store
     add 5688ee00b474 [SPARK-55057][SS] Add streaming source naming 
infrastructure and resolution pipeline

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/error/error-conditions.json |  10 ++
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   6 +-
 .../spark/sql/errors/QueryCompilationErrors.scala  |  12 ++
 .../datasources/v2/DataSourceV2Relation.scala      |   4 +-
 .../sql/catalyst/analysis/ResolveDataSource.scala  |  74 ++++++++-
 .../spark/sql/classic/DataStreamReader.scala       |  59 +++++--
 .../streaming/runtime/ResolveWriteToStream.scala   |  31 +++-
 .../streaming/runtime/StreamingRelation.scala      |  16 +-
 .../test/StreamingQueryEvolutionSuite.scala        | 176 +++++++++++++++++++++
 9 files changed, 368 insertions(+), 20 deletions(-)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/streaming/test/StreamingQueryEvolutionSuite.scala


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

Reply via email to