stoty commented on a change in pull request #1133:
URL: https://github.com/apache/phoenix/pull/1133#discussion_r571253130
##########
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:
Done.
----------------------------------------------------------------
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]