nizhikov commented on a change in pull request #9618:
URL: https://github.com/apache/ignite/pull/9618#discussion_r767582099
##########
File path:
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/BasicIndexTest.java
##########
@@ -1518,6 +1521,46 @@ public void testCreateLuceneIndex() throws Exception {
assertNull(GridTestUtils.getFieldValue(tblDesc1, "luceneIdx"));
}
+
+ /**
+ * Checks that part of the composite key assembled in BinaryObjectBuilder
can pass the validation correctly
+ if you specify Object type when creating the index.
+ */
+ @Test
+ public void testCacheSecondaryCompositeIndex() throws Exception {
Review comment:
Can you, please, fix formatting and javadoc.
--
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]