Skip to content

Commit

Permalink
Missed a spot!
Browse files Browse the repository at this point in the history
  • Loading branch information
watfordkcf committed Aug 11, 2023
1 parent 22df14f commit c3e7189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ExternalLogStoreSuite extends org.apache.spark.sql.delta.PublicLogStoreSui
val e = intercept[java.nio.file.FileSystemException] {
store.write(delta1, Iterator("one"), overwrite = false, sessionHadoopConf)
}
assert(e.getMessage == s"previous commit $delta0 doesn't exist")
assert(e.getMessage == s"previous commit $delta0 doesn't exist on the file system but does in the external log store")
}
}

Expand Down

0 comments on commit c3e7189

Please sign in to comment.