vldpyatkov commented on a change in pull request #118:
URL: https://github.com/apache/ignite-3/pull/118#discussion_r640365754
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/KVBinaryViewImpl.java
##########
@@ -289,4 +306,25 @@ protected TableRow wrap(BinaryRow row) {
return new TableRow(schema, new Row(schema, row));
}
+
+ /**
+ * @param rows Binary rows.
+ * @return Table rows.
+ */
+ private Collection<TableRow> wrap(Collection<BinaryRow> rows) {
Review comment:
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.
For queries about this service, please contact Infrastructure at:
[email protected]