Github user jose-torres commented on a diff in the pull request:
https://github.com/apache/spark/pull/20369#discussion_r163930702
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/sources/v2/streaming/StreamWriteSupport.java
---
@@ -48,7 +48,7 @@
* @param options the options for the returned data source writer,
which is an immutable
* case-insensitive string-to-string map.
*/
- Optional<ContinuousWriter> createContinuousWriter(
+ Optional<StreamWriter> createStreamWriter(
--- End diff --
You're right, we don't need to. Changed to just StreamWriter.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]