vldpyatkov commented on a change in pull request #118:
URL: https://github.com/apache/ignite-3/pull/118#discussion_r640356990
##########
File path:
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ITDistributedTableTest.java
##########
@@ -242,71 +271,232 @@ public void partitionedTable() {
}
});
- for (int i = 0; i < PARTS * 10; i++) {
- tbl.kvView().putIfAbsent(
- tbl.kvView().tupleBuilder()
+ partitionedTableView(tbl, PARTS * 10);
+
+ partitionedTableKVBinaryView(tbl.kvView(), PARTS * 10);
+ }
+
+ /**
+ * Checks operation over row table view.
+ *
+ * @param view Table view.
+ * @param keysCnt Count of keys.
+ */
+ public void partitionedTableView(Table view, int keysCnt) {
+ LOG.info("Tes for Table view [keys=" + keysCnt + ']');
Review comment:
Done.
--
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]