uros-db commented on code in PR #46041:
URL: https://github.com/apache/spark/pull/46041#discussion_r1565545008


##########
sql/core/src/test/scala/org/apache/spark/sql/CollationStringExpressionsSuite.scala:
##########
@@ -163,6 +163,48 @@ class CollationStringExpressionsSuite
     })
   }
 
+  test("Support Lpad string expressions with collation") {
+    // Supported collations
+    case class PadTestCase[R](s: String, len: Int, pad: String, c: String, 
result: R)

Review Comment:
   ```suggestion
       case class StringLPadTestCase[R](s: String, len: Int, pad: String, c: 
String, result: R)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to