AmatyaAvadhanula commented on code in PR #16667:
URL: https://github.com/apache/druid/pull/16667#discussion_r1673352653
##########
server/src/main/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinator.java:
##########
@@ -2266,7 +2328,8 @@ private Set<DataSegment> insertSegments(
Set<DataSegment> segments,
@Nullable SegmentSchemaMapping segmentSchemaMapping,
Map<SegmentId, SegmentMetadata> upgradeSegmentMetadata,
- Map<SegmentId, SegmentId> newVersionForAppendToParent
+ Map<SegmentId, SegmentId> newVersionForAppendToParent,
+ Map<String, String> upgradedFromSegmentIdMap
Review Comment:
One of them is for append segments exclusively.
The other is for both append and replace segments
--
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]