gjacoby126 commented on a change in pull request #1133:
URL: https://github.com/apache/phoenix/pull/1133#discussion_r571159922



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java
##########
@@ -893,15 +893,14 @@ public Void visit(NamedTableNode tableNode) throws 
SQLException {
             TableRef tableRef = createTableRef(connectionSchemaName, 
tableNode, true, false);
             PTable theTable = tableRef.getTable();
 
+            String name = theTable.getName().getString();

Review comment:
       nit: maybe extract this logic to a private helper function so it doesn't 
have to be duplicated in two places




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


Reply via email to