Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chu <[email protected]>
  • Loading branch information
noCharger committed Jul 12, 2024
1 parent ed23902 commit a4333c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class FlintSparkSkippingIndexITSuite extends FlintSparkSuite {
.addPartitions("year", "month")
.options(FlintSparkIndexOptions(Map("incremental_refresh" -> "true")))
.create()
} should have message "requirement failed: Checkpoint location is required by incremental refresh"
} should have message "requirement failed: Checkpoint location is required"
}

test("auto refresh skipping index successfully") {
Expand Down

0 comments on commit a4333c1

Please sign in to comment.