palashc commented on code in PR #1506:
URL: https://github.com/apache/phoenix/pull/1506#discussion_r1017069473


##########
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java:
##########
@@ -367,7 +368,7 @@ public ReadOnlyProps getProps() {
             // We do not limit the metaData on a connection less than the 
global
             // one,
             // as there's not much that will be cached here.
-            Pruner pruner = new Pruner() {
+            PMetaData.Pruner pruner = new PMetaData.Pruner() {

Review Comment:
   It seems that it is not. I will remove it. 



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

Reply via email to