dongjoon-hyun commented on issue #23702: [SPARK-26785][SQL] data source v2 API 
refactor: streaming write
URL: https://github.com/apache/spark/pull/23702#issuecomment-459052054
 
 
   `WriterCommitMessage.java` seems to be the last one to have the old 
`StreamingWriteSupport`.
   ```
   $ git grep StreamingWriteSupport
   
sql/core/src/main/java/org/apache/spark/sql/sources/v2/writer/WriterCommitMessage.java:import
 org.apache.spark.sql.sources.v2.writer.streaming.StreamingWriteSupport;
   
sql/core/src/main/java/org/apache/spark/sql/sources/v2/writer/WriterCommitMessage.java:
 * {@link StreamingWriteSupport#commit(long, WriterCommitMessage[])}.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to