umustafi commented on code in PR #3771: URL: https://github.com/apache/gobblin/pull/3771#discussion_r1325143516
########## gobblin-runtime/src/test/java/org/apache/gobblin/runtime/api/MysqlMultiActiveLeaseArbiterTest.java: ########## @@ -17,8 +17,10 @@ package org.apache.gobblin.runtime.api; +import com.google.common.base.Optional; Review Comment: I replaced the guava optional with the Java one in the `MysqlMultiActiveLeaseArbiter[Test]` but am leaving the other related classes as is for now. Will fix going forward. -- 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]
