You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/11/17 10:48:04 UTC

[GitHub] [phoenix] stoty commented on a change in pull request #1352: PHOENIX-6594 Clean up vararg warnings flagged as errors by Eclipse

stoty commented on a change in pull request #1352:
URL: https://github.com/apache/phoenix/pull/1352#discussion_r751120239



##########
File path: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexToolUtil.java
##########
@@ -74,7 +74,7 @@ public static void updateIndexState(Connection connection, final String masterTa
         Preconditions.checkNotNull(connection);
         final String alterQuery = String.format(ALTER_INDEX_QUERY_TEMPLATE,indexTable,masterTable,state.name());
         connection.createStatement().execute(alterQuery);
-        LOGGER.info(" Updated the status of the index {} on {} to {} ", indexTable , masterTable, state.name());
+        LOGGER.info(" Updated the status of the index {} on {} to {} ", indexTable ,masterTable, state.name());

Review comment:
       Thanks, I'll fix that on commit.




-- 
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: issues-unsubscribe@phoenix.apache.org

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