openinx commented on pull request #1423: URL: https://github.com/apache/iceberg/pull/1423#issuecomment-688600832
I read the apache flink hive document [here](https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/hive/#dependencies), It's recommended to use the bundled `flink-sql-connector-hive-x.x.x` jar in flink sql client if the hive version is included in bundled list, otherwise we could [choose the jars from hive](https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/hive/#user-defined-dependencies) by ourself. ---------------------------------------------------------------- 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]
