German Schiavon Matteo created SPARK-30097:
----------------------------------------------
Summary: Adding support for core writers
Key: SPARK-30097
URL: https://issues.apache.org/jira/browse/SPARK-30097
Project: Spark
Issue Type: Improvement
Components: SQL, Structured Streaming
Affects Versions: 3.0.0
Environment: {code:java}
// code placeholder
{code}
writeStream
.outputMode("append")
.partitionBy("id")
.parquet(path)
Reporter: German Schiavon Matteo
When using `writeStream` we always have to use `format("xxx")` in order to
target the selected sink while in `readStream` you can use directly `.parquet`.
Basically this is to add the support to the core writers for `writeStream`
Example:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]