Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed May 21, 2024
1 parent 3fd910f commit a409776
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ public void testQueryMetrics() throws Exception {
Assert.assertEquals(serverStats.numBytesWritten, 0);
Assert.assertEquals(serverStats.numRowsRead, 10); // 10 rows in the table
Assert.assertEquals(serverStats.numRowsWritten, 0);
Assert.assertEquals(serverStats.totalRowsToRead, 3);
Assert.assertEquals(serverStats.resultRows, 3);
Assert.assertTrue(serverStats.elapsedTime > 1);

Expand Down

0 comments on commit a409776

Please sign in to comment.