snleee commented on a change in pull request #6224: URL: https://github.com/apache/incubator-pinot/pull/6224#discussion_r518302566
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ClusterIntegrationTestUtils.java ########## @@ -463,21 +466,20 @@ private static Object generateRandomValue(Schema.Type fieldType) { * </ul> * * @param pinotQuery Pinot query - * @param queryFormat Pinot query format * @param brokerUrl Pinot broker URL * @param pinotConnection Pinot connection * @param sqlQueries H2 SQL queries * @param h2Connection H2 connection * @throws Exception */ - public static void testQuery(String pinotQuery, String queryFormat, String brokerUrl, + public static void testQuery(String pinotQuery, String brokerUrl, Review comment: Can we rename this to `testPqlQuery()`? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org