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


##########
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:
   ```suggestion
         StringToMapTestCase("a:1,b:2,c:3", ",", ":", "UTF8_BINARY",
   ```
   I think these can fit into 1 line, it's more clear this way imo



-- 
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