priyankporwal commented on a change in pull request #765:
URL: https://github.com/apache/phoenix/pull/765#discussion_r411725027
##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
##########
@@ -85,10 +85,14 @@
import java.util.concurrent.atomic.AtomicInteger;
import static org.apache.phoenix.mapreduce.PhoenixJobCounters.INPUT_RECORDS;
+import static
org.apache.phoenix.mapreduce.index.PhoenixIndexToolJobCounters.AFTER_INVALID_DETAIL_INFO_INDEX_HAS_EXTRA_CELLS_COUNT;
Review comment:
Nit: Prefer to keep the same prefix as others:. e.g.
AFTER_REBUILD_INVALID_INDEX_ROW_COUNT_COZ_EXTRA_CELLS,
AFTER_REBUILD_INVALID_INDEX_ROW_COUNT_COZ_MISSING_CELLS
I used 'coz' to keep it shorter .. and also express reason or invalidity.
----------------------------------------------------------------
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]