dcapwell commented on code in PR #4006:
URL: https://github.com/apache/cassandra/pull/4006#discussion_r2019144971


##########
src/java/org/apache/cassandra/db/marshal/AbstractType.java:
##########
@@ -537,6 +531,22 @@ public boolean allowsEmpty()
         return false;
     }
 
+    /**
+     * Returns {@code true} for types where empty should be handled like 
{@code null} like {@link Int32Type}.
+     */
+    public boolean isEmptyValueMeaningless()

Review Comment:
   it was so the `null` and `empty` related logic were in the same place, right 
now they are in 2 different parts of this file



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