[ 
https://issues.apache.org/jira/browse/SPARK-30097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-30097:
----------------------------------
    Target Version/s: 3.1.0

> 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}
>  
>            Reporter: German Schiavon Matteo
>            Priority: Minor
>
> When using *writeStream* we always have to use *format("xxx")* in order to 
> target the selected sink while in r*eadStream* you can use directly 
> *.parquet* 
> Basically this is to add the support to the core writers for *writeStream*
> Example:
>   
> {code:java}
> writeStream
> .outputMode("append")
> .partitionBy("id")
> .options(options)
> .parquet(path)
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to