xiangfu0 commented on code in PR #17079:
URL: https://github.com/apache/pinot/pull/17079#discussion_r2489273608


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/SSBQueryIntegrationTest.java:
##########
@@ -139,6 +141,20 @@ protected void testQueriesValidateAgainstH2(String query)
         + numRows + " rows!");
   }
 
+  /**
+   * Wait for all documents to be loaded for a specific table.
+   */
+  private void waitForAllDocsLoaded(long timeoutMs, String tableName) {

Review Comment:
   this is not needed



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

Reply via email to