Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
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.