arjun4084346 commented on code in PR #4031: URL: https://github.com/apache/gobblin/pull/4031#discussion_r1737646750
########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagStateStore.java: ########## @@ -84,8 +81,4 @@ default Dag<JobExecutionPlan> getDag(DagManager.DagId dagId) throws IOException */ @Deprecated Set<String> getDagIds() throws IOException; - - default boolean existsDag(DagManager.DagId dagId) throws IOException { - throw new UnsupportedOperationException("containsDag not implemented"); - } Review Comment: yes, no use case for checking existence alone without getting it. `get` also returns optional. -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org