KKcorps opened a new pull request, #9413:
URL: https://github.com/apache/pinot/pull/9413

   Currently, if an user specifies an incorrect datetime format accidentally, 
we don't allow any way to fix the segment start and end time in zookeeper 
metadata.
   This creates problem when the end times lie before the retention interval in 
which case those segments get removed. It also creates problem in case of time 
pruning during queries.
   
   The PR aims to introduce a new API to address this issue. It is still Work 
in progress.  
   
   
   Open questions - 
   
   * Should we pass whole schema in the API or just datetime spec and the 
column name?
   * Should we refresh/reload segments as well at the end?
   


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