zjuwangg commented on a change in pull request #9447: [FLINK-13643][docs]Document the workaround for users with a different minor Hive version URL: https://github.com/apache/flink/pull/9447#discussion_r315486159
########## File path: docs/dev/table/hive/index.zh.md ########## @@ -40,7 +40,16 @@ You do not need to modify your existing Hive Metastore or change the data placem ## Supported Hive Version's -Flink supports Hive `2.3.4` and `1.2.1` and relies on Hive's compatibility guarantee's for other versions. +Flink supports Hive `2.3.4` and `1.2.1` and relies on Hive's compatibility guarantee's for other minor versions. + +If you use a different minor Hive version such as `1.2.2` or `2.3.1`, it should also be ok to +chose the closest version `1.2.1` (for `1.2.2`) or `2.3.4` (for `2.3.1`) to workaround. For Review comment: thx~ ---------------------------------------------------------------- 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] With regards, Apache Git Services
