rangadi opened a new pull request, #40783:
URL: https://github.com/apache/spark/pull/40783
### What changes were proposed in this pull request?
Implements core streaming API in Scala for running streaming queries over
Spark Connect.
This is functionally equivalent to Python side PR #40586
There are no server side changes here since it was done earlier in Python PR.
We can run most streaming queries.
Notably, queries using `foreachBatch()` are not yet supported.
### Why are the changes needed?
This adds structured streaming support in Scala for Spark connect.
### Does this PR introduce _any_ user-facing change?
Adds more streaming API to Scala Spark Connect client.
### How was this patch tested?
- Unit test
- Manual testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]