tkhurana commented on code in PR #1546:
URL: https://github.com/apache/phoenix/pull/1546#discussion_r1061897112


##########
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java:
##########
@@ -1297,12 +1302,11 @@ private void sendMutations(Iterator<Entry<TableInfo, 
List<Mutation>>> mutationsI
             int retryCount = 0;
             boolean shouldRetry = false;
             long numMutations = 0;
-            long mutationSizeBytes = 0;
+            //long mutationSizeBytes = 0;

Review Comment:
   nit: remove the comment



-- 
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-unsubscr...@phoenix.apache.org

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

Reply via email to