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 2019/03/20 09:16:43 UTC

[GitHub] [ignite] joooger commented on a change in pull request #5676: IGNITE-10654 Print warn message in case of index creating with already existing fields.

joooger commented on a change in pull request #5676: IGNITE-10654 Print warn message in case of index creating with already existing fields.
URL: https://github.com/apache/ignite/pull/5676#discussion_r267223029
 
 

 ##########
 File path: modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/SchemaManager.java
 ##########
 @@ -23,6 +23,7 @@
 import java.sql.SQLException;
 import java.sql.Statement;
 import java.util.ArrayList;
+import java.util.Arrays;
 
 Review comment:
   seems unused import.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services