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: [email protected] With regards, Apache Git Services
