rdblue commented on a change in pull request #3761: URL: https://github.com/apache/iceberg/pull/3761#discussion_r771986125
########## File path: site/docs/flink.md ########## @@ -18,24 +18,24 @@ # Flink Apache Iceberg supports both [Apache Flink](https://flink.apache.org/)'s DataStream API and Table API to write records into an Iceberg table. Currently, -we only integrate Iceberg with Apache Flink 1.11.x. - -| Feature support | Flink 1.11.0 | Notes | -|------------------------------------------------------------------------|--------------------|--------------------------------------------------------| -| [SQL create catalog](#creating-catalogs-and-using-catalogs) | ✔️ | | -| [SQL create database](#create-database) | ✔️ | | -| [SQL create table](#create-table) | ✔️ | | -| [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) | ✔️ | 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) | ️ | Support Java API but does not support Flink SQL | -| [Rewrite files action](#rewrite-files-action) | ✔️ ️ | | +we only integrate Iceberg with Apache Flink 1.11.x\1.12.x\1.13.x\1.14.x Review comment: @hililiwei can you comment on this? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
