danny0405 commented on code in PR #18867: URL: https://github.com/apache/hudi/pull/18867#discussion_r3315444391
########## website/docs/variant_type.md: ########## @@ -344,3 +366,6 @@ CREATE TABLE api_responses ( - Native `VARIANT` keyword in DDL requires Spark 4.0+. On Spark 3.x, use the struct representation. - VARIANT shredding configuration is determined at write time based on the schema definition. - Complex path expressions within VARIANT may require casting to STRING and then using JSON functions. +- VARIANT columns on Flink require **Flink 2.1+** — earlier Flink versions throw `UnsupportedOperationException`. Review Comment: variant is not supported on 1.2 for Flink I think -- 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]
