abhishekbafna commented on code in PR #16726:
URL: https://github.com/apache/pinot/pull/16726#discussion_r2316674984
##########
pinot-server/src/test/java/org/apache/pinot/server/api/TablesResourceTest.java:
##########
@@ -602,4 +898,9 @@ public void testOfflineTableSegmentMetadata()
.request().get(Response.class);
Assert.assertEquals(response.getStatus(),
Response.Status.NOT_FOUND.getStatusCode());
}
+
+ // Override to use data with delete records
+ protected String getAvroFileName() {
Review Comment:
I believe, you mean @Override annotation.
--
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]