swaroopak commented on a change in pull request #471: PHOENIX-5176 
KeyRange.compareUpperRange(KeyRang 1, KeyRang 2) returns wrong result when two 
key ranges have the same upper bound values but one is inclusive and another is 
exclusive
URL: https://github.com/apache/phoenix/pull/471#discussion_r272746512
 
 

 ##########
 File path: 
phoenix-core/src/test/java/org/apache/phoenix/query/KeyRangeMoreTest.java
 ##########
 @@ -23,6 +23,7 @@
 import java.util.Collections;
 import java.util.List;
 
+import org.apache.curator.shaded.com.google.common.collect.Lists;
 
 Review comment:
   Do we really need this import? Can we use JDK standard Lists?

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


With regards,
Apache Git Services

Reply via email to