Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/19269
@steveloughran The current API already supports it.
`WriteSupport.createWriter` takes the option parameter, and
`DataSourceV2Writer` can propagate this option down to the data writer, via
`createWriterFactory` and `createWriter`.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
