jbonofre commented on code in PR #11291:
URL: https://github.com/apache/iceberg/pull/11291#discussion_r1814511669
##########
aliyun/src/test/java/org/apache/iceberg/aliyun/TestUtility.java:
##########
@@ -65,7 +65,7 @@ public static AliyunOSSExtension initialize() {
} else {
LOG.info(
"Initializing AliyunOSSExtension implementation with default
AliyunOSSMockExtension");
- extension = AliyunOSSMockExtension.builder().silent().build();
Review Comment:
`silent()` was specific to spring-boot to not display the spring-boot banner
and extra log.
Now that we are not using spring-boot, but directly implementing the mock
using JDK HTTP server, `silent()` is not applicable anymore.
--
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]