SiyaoIsHiding commented on code in PR #1739:
URL:
https://github.com/apache/cassandra-java-driver/pull/1739#discussion_r1382022046
##########
core/src/main/java/com/datastax/oss/driver/api/core/data/CqlVector.java:
##########
@@ -84,7 +84,7 @@ public static <V extends Number> CqlVector<V>
newInstance(List<V> list) {
* </code> call on some CqlVector should return a CqlVector that is equal to
the origin instance.
*
* @param str a String representation of a CqlVector
- * @param subtypeCodec
+ * @param subtypeCodec the TypeCodec to parse the String representation
Review Comment:
Thank you for your detailed explanation! Just changed to `the TypeCodec to
parse the string representation of subtype values`.
--
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]