virajjasani commented on a change in pull request #1363:
URL: https://github.com/apache/phoenix/pull/1363#discussion_r765829755
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SingleCellIndexIT.java
##########
@@ -476,7 +476,7 @@ public static void dumpTable(String tableName) throws
Exception {
.entrySet()) {
byte[] family = entryF.getKey();
Review comment:
Not related to this change, but looks like we are not using `family`
anywhere? Unless we want to log family, we can remove this for-loop? But no
strong opinion, it's upto you :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]