You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/26 04:19:14 UTC

[GitHub] [pinot] Manis99803 edited a comment on issue #8068: Issues in generating the segment when working with Fixed type in SegmentNameGeneratorSpec

Manis99803 edited a comment 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 if there exist more than 1 segment then sequenceId should be appended to the segment name.
   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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org