Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Harnoor7 committed Dec 18, 2024
1 parent 903d519 commit 066d925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ protected List<SegmentConversionResult> convert(PinotTaskConfig pinotTaskConfig,
// Since multiple subtasks run in parallel, there shouldn't be a name conflict.
// Append uuid
segmentProcessorConfigBuilder.setSegmentNameGenerator(
new SimpleSegmentNameGenerator(offlineTableName, null, true, false));
new SimpleSegmentNameGenerator(rawTableName, null, true, false));

// Progress observer
segmentProcessorConfigBuilder.setProgressObserver(p -> _eventObserver.notifyProgress(_pinotTaskConfig, p));
Expand Down

0 comments on commit 066d925

Please sign in to comment.