walterddr commented on issue #8114:
URL: https://github.com/apache/pinot/issues/8114#issuecomment-1029193460


   I think we need a more formal definition for this feature before we consider 
the implementation. 
   
   For example, 
   - do we only support absolutely aligned segment time boundaries? (e.g. do 
not touch any segment that are across the start/end timestamp)
     - if so, what happen to those that cross the start/end timestamp?
     - also what happen if data were reuploaded?
   
   also i felt like this can be achieve via a 2 step action - first query the 
segments by time range, and then use the delete segment endpoint.


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

Reply via email to