Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50264][SQL][CONNECT] Add missing methods to DataStreamWriter
### What changes were proposed in this pull request? We missed a couple of methods when we introduced the `DataStreamWriter` interface. This PR adds them back. ### Why are the changes needed? `DataStreamWriter` interface must have all user facing methods. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48796 from hvanhovell/SPARK-50264. Authored-by: Herman van Hovell <herman@databricks.com> Signed-off-by: Herman van Hovell <herman@databricks.com>
- Loading branch information