Guosmilesmile commented on code in PR #17938: URL: https://github.com/apache/iceberg/pull/17938#discussion_r3946139785
########## docs/docs/flink.md: ########## @@ -360,6 +360,7 @@ Flink types are converted to Iceberg types according to the following table: | map | map | | | multiset | map | | | row | struct | | +| variant | variant | Flink 2.x only | Review Comment: Since Flink 2.0 does not support `VARIANT`, we should add a note to explicitly clarify the supported versions. ########## docs/docs/flink.md: ########## @@ -395,7 +396,7 @@ Iceberg types are converted to Flink types according to the following table: | nanosecond timestamp | timestamp(9) | | | nanosecond timestamp with timezone | timestamp_ltz(9) | | | unknown | null | | -| variant | | Not supported | +| variant | variant | Flink 2.x only | Review Comment: The same above. -- 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]
