blerer commented on code in PR #2655:
URL: https://github.com/apache/cassandra/pull/2655#discussion_r1447343605


##########
src/java/org/apache/cassandra/cql3/Tuples.java:
##########
@@ -51,11 +44,30 @@ public static ColumnSpecification 
componentSpecOf(ColumnSpecification column, in
                                        
(getTupleType(column.type)).type(component));
     }
 
+    public static ColumnSpecification makeReceiver(List<? extends 
ColumnSpecification> receivers)

Review Comment:
   The approach is now different. We have a single Marker class for a single 
type because we use the TupleType instead of using the the type of its elements 
as it was done in Tuples before. 



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