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 ac717dd7aec6 [SPARK-54106][SS] State store row checksum implementation
     add 7dd973d87cb1 [SPARK-54118][SS] Improve the put/merge operation in 
ListState when there are multiple values

No new revisions were added by this update.

Summary of changes:
 .../statevariables/ListStateImpl.scala             | 18 ++--
 .../state/HDFSBackedStateStoreProvider.scala       |  9 ++
 .../sql/execution/streaming/state/RocksDB.scala    | 97 ++++++++++++++++++++++
 .../state/RocksDBStateStoreProvider.scala          | 47 +++++++++++
 .../sql/execution/streaming/state/StateStore.scala | 22 +++++
 .../streaming/state/MemoryStateStore.scala         |  8 ++
 .../RocksDBStateStoreCheckpointFormatV2Suite.scala | 14 ++++
 .../execution/streaming/state/RocksDBSuite.scala   | 52 ++++++++++++
 8 files changed, 255 insertions(+), 12 deletions(-)


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

Reply via email to