jackye1995 commented on a change in pull request #2147:
URL: https://github.com/apache/iceberg/pull/2147#discussion_r564941488



##########
File path: site/docs/flink.md
##########
@@ -28,13 +28,14 @@ we only integrate iceberg with apache flink 1.11.x .
 | [SQL create table like](#create-table-like)                            | ✔️  
               |                                                        |
 | [SQL alter table](#alter-table)                                        | ✔️  
               | Only support altering table properties, Columns/PartitionKey 
changes are not supported now|
 | [SQL drop_table](#drop-table)                                          | ✔️  
               |                                                        |
-| [SQL select](#querying-with-sql)                                       | ✔️  
               | Only support batch mode now.                           |
+| [SQL select](#querying-with-sql)                                       | ✔️  
               | Support both streaming and batch mode                  |
 | [SQL insert into](#insert-into)                                        | ✔️ 
️               | Support both streaming and batch mode                  |
 | [SQL insert overwrite](#insert-overwrite)                              | ✔️ 
️               |                                                        |
 | [DataStream read](#reading-with-datastream)                            | ✔️ 
️               |                                                        |
 | [DataStream append](#appending-data)                                   | ✔️ 
️               |                                                        |
 | [DataStream overwrite](#overwrite-data)                                | ✔️ 
️               |                                                        |
-| [Metadata tables](#inspecting-tables)                                  |    
️               |                                                        |
+| [Metadata tables](#inspecting-tables)                                  |    
️               | Support Java API but does not support Flink SQL        |
+| [Rewrite files action](#rewrite-files-action)                          | ✔️ 
️               |                                                        |

Review comment:
       Yeah, that's why I am asking if we should add a column to suggest which 
ones work for 1.12.




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to