nastra commented on code in PR #6835:
URL: https://github.com/apache/iceberg/pull/6835#discussion_r1108144240
##########
aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3ObjectMapper.java:
##########
@@ -48,13 +48,16 @@ public class S3ObjectMapper {
private S3ObjectMapper() {}
- static ObjectMapper mapper() {
+ public static ObjectMapper mapper() {
if (!isInitialized) {
synchronized (S3ObjectMapper.class) {
Review Comment:
that is actually a good idea and I agree that we can improve this area. I
opened https://github.com/apache/iceberg/pull/6857 to address that
--
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]