pan3793 commented on code in PR #3230:
URL: https://github.com/apache/incubator-kyuubi/pull/3230#discussion_r945449843
##########
externals/kyuubi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/FlinkEngineUtils.scala:
##########
@@ -46,11 +46,20 @@ object FlinkEngineUtils extends Logging {
logger.info(s"The current Flink version is $flinkVersion")
case _ =>
throw new UnsupportedOperationException(
- s"The current Flink version is $flinkVersion, " +
- s"Only Flink 1.14.x and 1.15 are supported, not supported in other
versions")
+ s"You are using unsupported Flink version $flinkVersion, " +
+ s"only Flink 1.14 and 1.15 are supported now.")
Review Comment:
good suggestion, updated
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]