MartijnVisser commented on code in PR #19373:
URL: https://github.com/apache/flink/pull/19373#discussion_r843805602


##########
docs/content/docs/connectors/table/hive/hive_dialect.md:
##########
@@ -430,3 +430,5 @@ The following are some precautions for using the Hive 
dialect.
 location is only supported in Hive-2.4.0 or later.
 - Use [HiveModule]({{< ref "docs/connectors/table/hive/hive_functions" 
>}}#use-hive-built-in-functions-via-hivemodule)
 to run DML and DQL.
+- Swap flink-table-planner-loader located in /lib with 
flink-table-planner_2.12 located in /opt to avoid the following exception. 
Please see [FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for 
more details.

Review Comment:
   ```suggestion
   - Since Flink 1.15 you need to swap flink-table-planner-loader located in 
/lib with flink-table-planner_2.12 located in /opt to avoid the following 
exception. Please see 
[FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for more 
details.
   ```



-- 
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]

Reply via email to