abhishekbafna commented on code in PR #17521:
URL: https://github.com/apache/pinot/pull/17521#discussion_r2931132770
##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java:
##########
@@ -372,6 +388,9 @@ public CopyTableResponse copyTable(
response.setTableConfig(realtimeTableConfig);
response.setWatermarkInductionResult(watermarkInductionResult);
}
+ String jobID = UUID.randomUUID().toString();
+ _tableReplicator.replicateTable(jobID,
realtimeTableConfig.getTableName(), copyTablePayload,
Review Comment:
Can you open an issue for this and link it?
--
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]