Skip to content

Commit

Permalink
Update parameter name
Browse files Browse the repository at this point in the history
Co-authored-by: Wenchen Fan <[email protected]>
  • Loading branch information
miland-db and cloud-fan authored Mar 25, 2024
1 parent 04223b9 commit 3195cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class CollationStringExpressionsSuite extends QueryTest
}

test("REPEAT check output type on explicitly collated string") {
def testRepeat(expected: String, stringType: Integer, input: String, n: Integer): Unit = {
def testRepeat(expected: String, collationId: Int, input: String, n: Int): Unit = {
val s = Literal.create(input, StringType(stringType))

checkEvaluation(Collation(StringRepeat(s, Literal.create(n))).replacement, expected)
Expand Down

0 comments on commit 3195cda

Please sign in to comment.