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


##########
phoenix-core-client/src/main/java/org/apache/phoenix/compile/FromCompiler.java:
##########
@@ -280,7 +281,8 @@ public static ColumnResolver getResolver(NamedTableNode 
tableNode, PhoenixConnec
 
     public static ColumnResolver getResolver(SingleTableStatement statement, 
PhoenixConnection connection)
             throws SQLException {
-        SingleTableColumnResolver visitor = new 
SingleTableColumnResolver(connection, statement.getTable(), true);
+        SingleTableColumnResolver visitor
+                = new SingleTableColumnResolver(connection, 
statement.getTable(), true, true);

Review Comment:
   Why are we setting alwaysHitServer to true ?



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