Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
quote identifiers correctly in the error message

GitOrigin-RevId: 6e80340a7c8e5abfbdbe31e87faf2c93e07ae30b
  • Loading branch information
panbingkun authored and vkorukanti committed Jun 20, 2023
1 parent ea680a9 commit 6583b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ trait DeltaTimeTravelTests extends QueryTest
val e = intercept[AnalysisException] {
f
}
assert(e.getMessage.contains("path-based tables"), s"Returned instead:\n$e")
assert(e.getMessage.contains("path-based tables"), s"Returned instead:\n$e")
}

assertFormatFailure {
Expand Down

0 comments on commit 6583b2e

Please # to comment.