Github user jose-torres commented on the issue:
https://github.com/apache/spark/pull/20710
There isn't a currently a distinction between streaming and batch in the
places where this interface is called, except in the experimental continuous
processing streaming mode. The streaming engine executes a sequence of
WriteToDataSourceV2Exec plans, in the same way that a sequence of unrelated
batch queries would. Only the DataSourceWriter implementation knows that it
needs to do something special because it's in a streaming query.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]