dcapwell commented on a change in pull request #31:
URL:
https://github.com/apache/cassandra-in-jvm-dtest-api/pull/31#discussion_r797812082
##########
File path: src/main/java/org/apache/cassandra/distributed/api/Row.java
##########
@@ -62,8 +60,24 @@ private Row(String[] names, Map<String, Integer> nameIndex)
this.nameIndex = nameIndex;
}
- void setResults(Object[] results)
+ public static Row of(Object... results)
Review comment:
unrelated, I needed in another patch so figured can add here
--
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]