palashc commented on code in PR #1883:
URL: https://github.com/apache/phoenix/pull/1883#discussion_r1638837732
##########
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:
@tkhurana This creates a resolver for table creation. As discussed in
PHOENIX-7271, we will always resolve before DDL operations.
--
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]