Skip to content

Commit

Permalink
Fix broken IT
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Oct 30, 2023
1 parent a88c7b7 commit fe76b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ class FlintSparkCoveringIndexSqlITSuite extends FlintSparkSuite {
| (name, age)
| WITH (auto_refresh = true)
| """.stripMargin)
} should have message
"Checkpoint location is mandatory for incremental refresh if spark.flint.index.checkpoint.mandatory enabled"
}
} finally {
setFlintSparkConf(CHECKPOINT_MANDATORY, "false")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ class FlintSparkSkippingIndexSqlITSuite extends FlintSparkSuite {
| ( year PARTITION )
| WITH (auto_refresh = true)
| """.stripMargin)
} should have message
"Checkpoint location is mandatory for incremental refresh if spark.flint.index.checkpoint.mandatory enabled"
}
} finally {
setFlintSparkConf(CHECKPOINT_MANDATORY, "false")
}
Expand Down

0 comments on commit fe76b4b

Please sign in to comment.