jpisaac commented on code in PR #2048:
URL: https://github.com/apache/phoenix/pull/2048#discussion_r2042959652


##########
phoenix-core-client/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java:
##########
@@ -1783,8 +1785,26 @@ private TableDescriptor ensureTableCreated(byte[] 
physicalTableName, byte[] pare
             TableDescriptorBuilder newDesc = 
generateTableDescriptor(physicalTableName, parentPhysicalTableName, 
existingDesc, tableType, props, families,
                     splits, isNamespaceMapped);
 
+            if (LOGGER.isDebugEnabled()) {
+                LOGGER.debug(String.format("ensureTableCreated " +

Review Comment:
   Change to positional params



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