Skip to content

Commit

Permalink
allow to set segment when use SegmentProcessorFramework (apache#13341)
Browse files Browse the repository at this point in the history
  • Loading branch information
klsince authored Jun 8, 2024
1 parent 0dcad92 commit 70412e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ private List<File> generateSegment(Map<String, GenericRowFileManager> partitionT
// SegmentNameGenerator will be inferred by the SegmentGeneratorConfig.
generatorConfig.setSegmentNamePrefix(segmentNamePrefix);
generatorConfig.setSegmentNamePostfix(segmentNamePostfix);
generatorConfig.setSegmentName(fixedSegmentName);
}

for (Map.Entry<String, GenericRowFileManager> entry : partitionToFileManagerMap.entrySet()) {
Expand Down

0 comments on commit 70412e6

Please sign in to comment.