Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 1, 2024
1 parent a3fcbbc commit 2497389
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ trait WithSparkSQLEngine extends KyuubiFunSuite {
// Behavior is affected by the initialization SQL: 'SHOW DATABASES'
// SPARK-35378 (3.2.0) makes it triggers job
// SPARK-43124 (4.0.0) makes it avoid triggering job
protected val initJobId: Int = if (SPARK_ENGINE_RUNTIME_VERSION >= "4.0") 0 else 1
// [KYUUBI #6789] makes it avoid triggering job
protected val initJobId: Int = 0

override def beforeAll(): Unit = {
startSparkEngine()
Expand Down

0 comments on commit 2497389

Please sign in to comment.