yuanbenson1772 opened a new pull request, #9006: URL: https://github.com/apache/pinot/pull/9006
Currently, there is no easy way to access segment lineage entries. Adding `listSegmentLineage` Rest API on the controller for users to retrieve such IDs. No tests added yet as core implementation of `getSegmentLineage` is already tested in `PinotHelixResourceManagerTest.java`. `PinotSegmentUploadDownloadRestletResourceTest.java` seems to test encryption functionalities only as well. Please let me know if I'm missing something or there is a proper place to add additional test that exercise this additional logic. Manual testing 1. With valid table type combination. <img width="889" alt="image" src="https://user-images.githubusercontent.com/25168272/176795132-ad284dff-c0b0-4d55-ab73-fe0ce7a9f7cd.png"> 2. Invalid `type` parameter. <img width="572" alt="image" src="https://user-images.githubusercontent.com/25168272/176795230-8ece4702-477f-4090-8765-369492342ff7.png"> 3. Invalid table <img width="579" alt="image" src="https://user-images.githubusercontent.com/25168272/176795304-922030a6-f2cd-4f86-bebc-7cb78911a788.png"> -- 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: commits-unsubscr...@pinot.apache.org 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