Manis99803 commented on issue #8068: URL: https://github.com/apache/pinot/issues/8068#issuecomment-1021846901
In case of `SimpleSegmentNameGenerator` sequence Id is respected. However, the segment names also have the timestamp in them. For Example: If I create a table "user" and push data to it and I am going with "Simple" SegmentNameGeneratingScheme and generating 2 different segments. The names would be as follows: user_OFFLINE_1643169382000_1643169385000_0 user_OFFLINE_1643169386000_1643169389000_1 The problem I am trying to highlight is suppose I want to create 2 segments and a user has defined a fixed name say "SEGMENT" and the user wants to have sequenceId to the segments, then that is not possible: Expectation: SEGMENT_0 SEGMENT_1 With the current implementation, we will have only 1 segment getting created with a fixed name "SEGMENT" -- 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]
