buchireddy commented on a change in pull request #5892: URL: https://github.com/apache/incubator-pinot/pull/5892#discussion_r474960433
########## File path: pinot-clients/pinot-java-client/src/test/java/org/apache/pinot/client/ResultSetGroupTest.java ########## @@ -55,11 +55,15 @@ public void testDeserializeSelectionResultSet() { Assert.assertEquals(resultSet.getColumnCount(), 79); Assert.assertEquals(resultSet.getColumnName(0), "ActualElapsedTime"); Assert.assertEquals(resultSet.getColumnName(1), "AirTime"); + + // Verify the execution stats. + Assert.assertEquals(115545, resultSetGroup.getExecutionStats().getTotalDocs()); + Assert.assertEquals(82, resultSetGroup.getExecutionStats().getTimeUsedMs()); Review comment: This is just testing the checked-in json file `selection.json`. Look at L41. ---------------------------------------------------------------- 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