jovanpavl-db commented on code in PR #48386:
URL: https://github.com/apache/spark/pull/48386#discussion_r1798975333
##########
sql/api/src/main/scala/org/apache/spark/sql/types/StringType.scala:
##########
@@ -41,14 +41,11 @@ class StringType private (val collationId: Int) extends
AtomicType with Serializ
private[sql] def supportsBinaryEquality: Boolean =
CollationFactory.fetchCollation(collationId).supportsBinaryEquality
- private[sql] def supportsLowercaseEquality: Boolean =
- CollationFactory.fetchCollation(collationId).supportsLowercaseEquality
Review Comment:
Not used anywhere.
##########
sql/api/src/main/scala/org/apache/spark/sql/types/StringType.scala:
##########
@@ -41,14 +41,11 @@ class StringType private (val collationId: Int) extends
AtomicType with Serializ
private[sql] def supportsBinaryEquality: Boolean =
CollationFactory.fetchCollation(collationId).supportsBinaryEquality
- private[sql] def supportsLowercaseEquality: Boolean =
- CollationFactory.fetchCollation(collationId).supportsLowercaseEquality
Review Comment:
Not used at all.
--
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]