RobertIndie commented on code in PR #15571:
URL: https://github.com/apache/pulsar/pull/15571#discussion_r877841586


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/presto/TestPulsarSQLBase.java:
##########
@@ -267,16 +268,33 @@ private void validateData(TopicName topicName, int 
messageNum, Schema schema) th
     }
 
     public ContainerExecResult execQuery(final String query) throws Exception {
+        return execQuery(query, null);
+    }
+
+    public ContainerExecResult execQuery(final String query, Map<String, 
String> extraCredentials) throws Exception {
         ContainerExecResult containerExecResult;
 
+        StringBuilder extraCredentialsString = new StringBuilder(" ");

Review Comment:
   It seems it's difficult to determine the capacity of the string builder in 
advance. It seems not a big deal.



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to