tkhurana commented on code in PR #1883:
URL: https://github.com/apache/phoenix/pull/1883#discussion_r1638824945


##########
phoenix-core-client/src/main/java/org/apache/phoenix/compile/FromCompiler.java:
##########
@@ -180,7 +180,8 @@ public static ColumnResolver getResolverForCreation(final 
CreateTableStatement s
         NamedTableNode tableNode = NamedTableNode.create(null, baseTable, 
Collections.<ColumnDef>emptyList());
         // Always use non-tenant-specific connection here
         try {
-            SingleTableColumnResolver visitor = new 
SingleTableColumnResolver(connection, tableNode, true);
+            SingleTableColumnResolver visitor

Review Comment:
   Why are we always hitting the server when resolving the table ?



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