jovanpavl-db commented on code in PR #48739:
URL: https://github.com/apache/spark/pull/48739#discussion_r1845637042
##########
sql/core/src/test/scala/org/apache/spark/sql/CollationSQLExpressionsSuite.scala:
##########
@@ -1720,9 +1981,13 @@ class CollationSQLExpressionsSuite
case class DateFormatTestCase[R](date: String, format: String, collation:
String, result: R)
val testCases = Seq(
DateFormatTestCase("2021-01-01", "yyyy-MM-dd", "UTF8_BINARY",
"2021-01-01"),
+ DateFormatTestCase("2021-01-01", "yyyy-MM-dd", "UTF8_BINARY_RTRIM",
"2021-01-01"),
Review Comment:
Actually it won't matter as _RTRIM is not meant to be applied to tha, it
will have completrely same effect as regular collation (they are passthrough).
--
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]