You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/17 08:43:00 UTC

[jira] [Commented] (PHOENIX-6594) Clean up vararg warnings flagged as errors by Eclipse

    [ https://issues.apache.org/jira/browse/PHOENIX-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445013#comment-17445013 ] 

ASF GitHub Bot commented on PHOENIX-6594:
-----------------------------------------

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



##########
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:
       nit: whitespace should be after the comma




-- 
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


> Clean up vararg warnings flagged as errors by Eclipse
> -----------------------------------------------------
>
>                 Key: PHOENIX-6594
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6594
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Minor
>
> We have some varags warnings which do not break the build, but Eclipse is flagging them as errors.
> We should just fix those.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)