Skip to content

Commit

Permalink
Update externals/kyuubi-flink-sql-engine/src/test/scala/org/apache/ky…
Browse files Browse the repository at this point in the history
…uubi/engine/flink/operation/FlinkOperationSuite.scala

Co-authored-by: Cheng Pan <pan3793@gmail.com>
  • Loading branch information
davidyuan1223 and pan3793 committed Oct 30, 2023
1 parent dc3a4b9 commit ce7fd79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ abstract class FlinkOperationSuite extends HiveJDBCTestHelper with WithFlinkTest

test("execute statement - show/stop jobs") {
if (FLINK_RUNTIME_VERSION >= "1.17") {
// we need set the conf's value to make sure it will not cancel stream query before stop job
// use a bigger value to ensure all tasks of the streaming query run until
// we explicitly stop the job.
withSessionConf()(Map(ENGINE_FLINK_MAX_ROWS.key -> "10000"))(Map.empty) {
withMultipleConnectionJdbcStatement()({ statement =>
statement.executeQuery(
Expand Down

0 comments on commit ce7fd79

Please sign in to comment.