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

Shixiong Zhu updated SPARK-32896:
---------------------------------
    Description: 
For now, there's no way to write to the table (especially catalog table) even 
the table is capable to handle streaming write.

We can add DataStreamWriter. -table- toTable API to let end users specify table 
as provider, and let streaming query write into the table. That is just to 
specify the table, and the overall usage of DataStreamWriter isn't changed.

  was:
For now, there's no way to write to the table (especially catalog table) even 
the table is capable to handle streaming write.

We can add DataStreamWriter.table API to let end users specify table as 
provider, and let streaming query write into the table. That is just to specify 
the table, and the overall usage of DataStreamWriter isn't changed.


> Add DataStreamWriter.toTable API
> --------------------------------
>
>                 Key: SPARK-32896
>                 URL: https://issues.apache.org/jira/browse/SPARK-32896
>             Project: Spark
>          Issue Type: New Feature
>          Components: Structured Streaming
>    Affects Versions: 3.1.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Major
>             Fix For: 3.1.0
>
>
> For now, there's no way to write to the table (especially catalog table) even 
> the table is capable to handle streaming write.
> We can add DataStreamWriter. -table- toTable API to let end users specify 
> table as provider, and let streaming query write into the table. That is just 
> to specify the table, and the overall usage of DataStreamWriter isn't changed.



--
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