mqliang commented on pull request #7142:
URL: https://github.com/apache/incubator-pinot/pull/7142#issuecomment-878681829


   > A combination of jq and sort, for instance. You can sort/massage/filter 
data to your heart's content
   
   I agree:
   
   * For sorting by name, client can use the `@Path("/tables")` API and sort 
the result.
   * For sorting by creation/modification time, client can use the 
`@Path("/tables/{tableName}/stats")` API, which will return the table name as  
well as the  creation/modification time info, client can then parse/sort the 
response


-- 
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

Reply via email to