ajantha-bhat commented on issue #13178:
URL: https://github.com/apache/iceberg/issues/13178#issuecomment-3022304434

   @CuteChuanChuan: Thanks for fixing it. I think there is a new one. 
   
   You can fix it. If you are intersted. 
   
   ```
   ../iceberg/core/src/main/java/org/apache/iceberg/rest/ParserContext.java:47: 
warning: [ImplicitPublicBuilderConstructor] A Builder with a static factory 
method on the encapsulating class must have a private constructor. Minimizing 
unnecessary public API prevents future API breaks from impacting consumers. 
     static class Builder {
            ^
       (see 
https://github.com/palantir/gradle-baseline#baseline-error-prone-checks)
     Did you mean 'private final Map<String, Object> data = 
Maps.newHashMap();'? 
   ```
   
   I will close the ticket once it is green. 


-- 
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]

Reply via email to