This is an automated email from the ASF dual-hosted git repository.
kabhwan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 6933078aef09 [SPARK-54976][PYTHON][TEST] Accelerate
test_job_cancellation
add 5910b09c4bfb [SPARK-54122][SS] Implement TwsTester in Scala
No new revisions were added by this update.
Summary of changes:
.../CheckConnectJvmClientCompatibility.scala | 2 +
.../testing/InMemoryStatefulProcessorHandle.scala | 324 +++++++++++
.../org/apache/spark/sql/streaming/TwsTester.scala | 254 +++++++++
.../spark/sql/streaming/TestProcessors.scala | 357 ++++++++++++
.../spark/sql/streaming/TwsTesterSuite.scala | 631 +++++++++++++++++++++
5 files changed, 1568 insertions(+)
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/operators/stateful/transformwithstate/testing/InMemoryStatefulProcessorHandle.scala
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/streaming/TwsTester.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/streaming/TestProcessors.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/streaming/TwsTesterSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]