dbwong commented on a change in pull request #708: PHOENIX-5698 Phoenix Query 
with RVC IN list expression generates wron…
URL: https://github.com/apache/phoenix/pull/708#discussion_r384411123
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
 ##########
 @@ -1952,7 +1991,7 @@ public PTable getTable() {
             }
         }
 
-        private class RowValueConstructorKeyPart implements KeyPart {
+        public class RowValueConstructorKeyPart implements KeyPart {
 
 Review comment:
   On these and the other public methods consider VisibleForTesting annotation.

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