You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/02 07:25:23 UTC

[GitHub] [ignite] alex-plekhanov commented on a diff in pull request #10046: IGNITE-16977 Move date/time indexes to the core module

alex-plekhanov commented on code in PR #10046:
URL: https://github.com/apache/ignite/pull/10046#discussion_r887647453


##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/CreateIndexOnInvalidDataTypeTest.java:
##########
@@ -156,6 +156,8 @@ public void testAddInvalidDataToIndex() throws Exception {
         bob.setField("VAL_INT", 10);
         bob.setField("VAL_DATE", new java.util.Date());
 
+        //grid().cache("test").put(0, bob.build());

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org