AmatyaAvadhanula commented on code in PR #16667:
URL: https://github.com/apache/druid/pull/16667#discussion_r1673630350
##########
server/src/main/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinator.java:
##########
@@ -2217,14 +2271,22 @@ private Set<DataSegmentPlus>
createNewIdsOfAppendSegmentsAfterReplace(
.shardSpec(shardSpec)
.build();
+ // When the segment already has an upgraded_from_segment_id, reuse it
for its children
+ // This ensures that the row has a single level of lineage
Review Comment:
Removed
--
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]