This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 14b34a8  PHOENIX-6476 (ADDENDUM) Index tool when verifying from index 
to data doesn't correctly split page into tasks (#1274)
14b34a8 is described below

commit 14b34a81cc75ed1cc0ca388e395133caf0725ab5
Author: tkhurana <khurana.ta...@gmail.com>
AuthorDate: Fri Jul 23 08:00:01 2021 -0700

    PHOENIX-6476 (ADDENDUM) Index tool when verifying from index to data 
doesn't correctly split page into tasks (#1274)
---
 .../java/org/apache/phoenix/coprocessor/IndexRepairRegionScanner.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRepairRegionScanner.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRepairRegionScanner.java
index 2a67852..a990579 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRepairRegionScanner.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRepairRegionScanner.java
@@ -63,6 +63,7 @@ import org.apache.phoenix.util.ServerUtil;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import com.google.common.collect.Lists;
 import com.google.common.collect.Maps;
 
 /**

Reply via email to