uros-db commented on code in PR #47154:
URL: https://github.com/apache/spark/pull/47154#discussion_r1756875191
##########
sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala:
##########
@@ -1711,9 +1712,9 @@ class CollationSQLExpressionsSuite
test("Support Mode.eval(buffer)") {
case class UTF8StringModeTestCase[R](
- collationId: String,
- bufferValues: Map[UTF8String, Long],
- result: R)
+ collationId: String,
+ bufferValues: Map[UTF8String, Long],
+ result: R)
Review Comment:
fix formatting
##########
sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala:
##########
@@ -1736,6 +1737,40 @@ class CollationSQLExpressionsSuite
})
}
+ test("Support Mode.eval(buffer) with complex types") {
+ case class UTF8StringModeTestCase[R](
+ collationId: String,
+ bufferValues: Map[InternalRow, Long],
+ result: R)
Review Comment:
fix formatting
--
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]