dcapwell commented on code in PR #4362:
URL: https://github.com/apache/cassandra/pull/4362#discussion_r2325956205
##########
src/java/org/apache/cassandra/io/UnversionedSerializer.java:
##########
@@ -18,6 +18,34 @@
package org.apache.cassandra.io;
+import java.io.IOException;
+
+import org.apache.cassandra.io.util.DataInputPlus;
+import org.apache.cassandra.io.util.DataOutputPlus;
+
public interface UnversionedSerializer<T> extends
AsymmetricUnversionedSerializer<T, T>
{
+ static <T> UnversionedSerializer<T> singleton(T value)
Review Comment:
we spoke in slack
It used to be used but after moving off the all/non bit sets, nothing uses
and i forgot to cleanup
--
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]