alex-plekhanov commented on code in PR #12452:
URL: https://github.com/apache/ignite/pull/12452#discussion_r3137465803
##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/ComplexPrimaryKeyUnwrapSelfTest.java:
##########
Review Comment:
Fixed
##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/ComplexPrimaryKeyUnwrapSelfTest.java:
##########
@@ -210,17 +390,28 @@ public void testInlineSizeWrap2() {
* @param expResCnt Expceted result count.
*/
private void checkUsingIndexes(String tblName, String idVal, int
expResCnt) {
+ checkUsingIndexes(node(), tblName, idVal, expResCnt);
+ }
+
+ /**
+ * Check using PK indexes for few cases.
+ *
+ * @param node Ignite node.
+ * @param tblName Name of table which should be checked to using PK
indexes.
+ * @param expResCnt Expceted result count.
Review Comment:
Fixed
--
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]