SteveYurongSu commented on code in PR #15112: URL: https://github.com/apache/iotdb/pull/15112#discussion_r2002335635
########## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/deletion/PipeDeleteDataNodeEvent.java: ########## @@ -44,6 +44,7 @@ public class PipeDeleteDataNodeEvent extends EnrichedEvent implements Serializab private AbstractDeleteDataNode deleteDataNode; private DeletionResource deletionResource; private boolean isGeneratedByPipe; + private String originClusterId; Review Comment: comment -- 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]
