Skip to content

Commit

Permalink
test expectation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed May 2, 2024
1 parent 9dc106a commit 06e425b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class AnalysisErrorSuite extends AnalysisTest {
errorClass = "DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE",
messageParameters = Map(
"sqlExpr" -> "\"ntile(99.9)\"",
"paramIndex" -> "first",
"paramIndex" -> "1",
"inputSql" -> "\"99.9\"",
"inputType" -> "\"FLOAT\"",
"requiredType" -> "\"INT\""))
Expand All @@ -346,7 +346,7 @@ class AnalysisErrorSuite extends AnalysisTest {
errorClass = "DATATYPE_MISMATCH.NON_FOLDABLE_INPUT",
messageParameters = Map(
"sqlExpr" -> "\"ntile(b)\"",
"inputName" -> "`buckets`",
"inputName" -> "buckets",
"inputExpr" -> "\"b\"",
"inputType" -> "\"INT\""))

Expand Down

0 comments on commit 06e425b

Please sign in to comment.