luoyuxia commented on code in PR #23116:
URL: https://github.com/apache/flink/pull/23116#discussion_r1288417299


##########
docs/content/docs/dev/table/sourcesSinks.md:
##########
@@ -344,6 +344,11 @@ that a sink can still work on common data structures and 
perform a conversion at
         and consuming them to achieve the purpose of row(s) update.
         </td>
     </tr>
+    <tr>
+        <td>{{< gh_link 
file="flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/sink/abilities/SupportsStaging.java"
 name="SupportsStaging" >}}</td>
+        <td>Enables to support atomic semantic for CTAS(CREATE TABLE AS 
SELECT) or RTAS([CREATE OR] REPLACE TABLE AS SELECT) in a 
<code>DynamicTableSink</code>. The table sink is responsible for returning 
<code>StagedTable</code> object that provide atomic semantics.

Review Comment:
   ```suggestion
           <td>Enables to support atomic semantic for CTAS(CREATE TABLE AS 
SELECT) or RTAS([CREATE OR] REPLACE TABLE AS SELECT) in a 
<code>DynamicTableSink</code>. The table sink is responsible for returning 
<code>StagedTable</code> object that provides atomic semantics.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to