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 3df1d61 commit fa2f353
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,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 @@ -374,7 +374,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 fa2f353

Please sign in to comment.