flink sql 1.14
Caused by: org.apache.flink.table.api.ValidationException: Could not find any factory for identifier 'hive' that implements 'org.apache.flink.table.planner.delegation.ParserFactory' in the classpath.
// 添加依赖
org.apache.hive
hive-exec
${hive.version}
calcite-avatica
org.apache.calcite
calcite-core
org.apache.calcite
calcite-linq4j
org.apache.calcite



