Jackie-Jiang commented on code in PR #11396:
URL: https://github.com/apache/pinot/pull/11396#discussion_r1300364271
##########
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java:
##########
@@ -716,7 +717,11 @@ protected long getCurrentCountStarResult() {
}
protected long getCurrentCountStarResult(String tableName) {
- return getPinotConnection().execute("SELECT COUNT(*) FROM " +
tableName).getResultSet(0).getLong(0);
+ ResultSetGroup resultSetGroup = getPinotConnection().execute("SELECT
COUNT(*) FROM " + tableName);
Review Comment:
(nit) wrong indentation
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]