uros-db commented on code in PR #48642:
URL: https://github.com/apache/spark/pull/48642#discussion_r1816720487
##########
sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala:
##########
@@ -1001,16 +1001,51 @@ class CollationSQLExpressionsSuite
collation: String,
result: R)
val testCases = Seq(
- StringToMapTestCase("a:1,b:2,c:3", ",", ":", "UTF8_BINARY",
+ StringToMapTestCase(
+ "a:1,b:2,c:3",
+ ",",
+ ":",
+ "UTF8_BINARY",
Review Comment:
(goes for all test cases)
--
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]