jackjlli commented on a change in pull request #5221: Add a new server api for
download of segments.
URL: https://github.com/apache/incubator-pinot/pull/5221#discussion_r405279481
##########
File path:
pinot-server/src/test/java/org/apache/pinot/server/api/TableSizeResourceTest.java
##########
@@ -37,9 +37,9 @@ public void testTableSizeNotFound() {
@Test
public void testTableSizeDetailed() {
TableSizeInfo tableSizeInfo =
_webTarget.path(TABLE_SIZE_PATH).request().get(TableSizeInfo.class);
- ImmutableSegment defaultSegment = _indexSegments.get(0);
+ ImmutableSegment defaultSegment = _realtimeIndexSegments.get(0);
Review comment:
getTableSize() method is often used for offline table. Can you add the test
for offline table as well?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]