ege-st commented on code in PR #11576:
URL: https://github.com/apache/pinot/pull/11576#discussion_r1324614579
##########
pinot-server/src/test/java/org/apache/pinot/server/api/TablesResourceTest.java:
##########
@@ -109,6 +114,38 @@ public void getSegments()
Assert.assertEquals(response.getStatus(),
Response.Status.NOT_FOUND.getStatusCode());
}
+ @Test
+ public void getTableIndexes()
+ throws Exception {
+ String tableIndexesPath =
+ "/tables/" +
TableNameBuilder.forType(TableType.OFFLINE).tableNameWithType(TABLE_NAME) +
"/indexes";
Review Comment:
Do we also need to test this for RT tables?
--
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]