davedwwang commented on code in PR #4042:
URL: https://github.com/apache/amoro/pull/4042#discussion_r2703910097
##########
amoro-ams/src/main/java/org/apache/amoro/server/AmoroManagementConf.java:
##########
@@ -474,13 +474,14 @@ public class AmoroManagementConf {
.durationType()
.defaultValue(Duration.ofSeconds(30))
.withDescription("Timeout duration for task acknowledgment.");
-
+ // defaultValue must be in nanoseconds; otherwise,
TimeUtils.formatWithHighestUnit will fail with
Review Comment:
That makes sense.
--
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]