Technoboy- commented on code in PR #15571:
URL: https://github.com/apache/pulsar/pull/15571#discussion_r877085101
##########
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:
Init with capacity seems better.
--
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]