Code of Conduct
Search before asking
Describe the bug
flink engine 'kyuubi.session.engine.flink.fetch.timeout' parameter on the server is not effective.
bug code location:
org.apache.kyuubi.engine.flink.operation.FlinkSQLOperationManager.scala
val resultFetchTimeout =
flinkSession.normalizedConf.get(ENGINE_FLINK_FETCH_TIMEOUT.key).map(_.toLong milliseconds)
.getOrElse(Duration.Inf)
Affects Version(s)
1.8.0
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?