adelapena commented on code in PR #2459:
URL: https://github.com/apache/cassandra/pull/2459#discussion_r1247799702
##########
src/java/org/apache/cassandra/cql3/functions/FunctionParameter.java:
##########
@@ -130,7 +133,7 @@ static FunctionParameter fixed(CQL3Type... types)
public AbstractType<?> inferType(String keyspace,
AssignmentTestable arg,
@Nullable AbstractType<?>
receiverType,
- List<AbstractType<?>>
previousTypes)
+ List<AbstractType<?>>
inferredTypes)
Review Comment:
We do, added
##########
src/java/org/apache/cassandra/cql3/functions/FunctionParameter.java:
##########
@@ -168,7 +171,7 @@ static FunctionParameter anyType(boolean inferFromReceiver)
public AbstractType<?> inferType(String keyspace,
AssignmentTestable arg,
@Nullable AbstractType<?>
receiverType,
- List<AbstractType<?>>
previousTypes)
+ List<AbstractType<?>>
inferredTypes)
Review Comment:
We do, added
--
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]