rubenada commented on a change in pull request #1937:
URL: https://github.com/apache/calcite/pull/1937#discussion_r416156622



##########
File path: core/src/main/java/org/apache/calcite/sql/SqlCollation.java
##########
@@ -279,4 +281,18 @@ public final String getCollationName() {
   public final SqlCollation.Coercibility getCoercibility() {
     return coercibility;
   }
+

Review comment:
       Refactored, inheritance no longer needed.
   Collator is now extracted from Locale and strength (so it implicitly becomes 
part of the equals / hashCode)




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to