KKcorps opened a new issue, #8782:
URL: https://github.com/apache/pinot/issues/8782

   Currently, if a user creates segments from the batch data that 
   * contains either no time column or 
   * contains same time for all the records (e.g. Current data in `yyyy-MM-dd` 
format)
   
   the generated segments have same names. This creates issue because the 
segments end up replacing each other even when the push type is set to `APPEND`
   
   The solution is to either add a current timestamp column in the table or 
provide a config in `SegmentNameGenerationSpec` to append `currentTimestamp`, 
`uuid` or something else at the end of the segment name


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