hililiwei opened a new pull request #3689: URL: https://github.com/apache/iceberg/pull/3689
For project code consistency, we should add checkstyle rules that prevent the use of raw new HashMap<>, new HashSet<>() and new ArrayList<> in favor of Maps.newHashMap(), Sets.newHashSet() and Lists.newArrayList() https://github.com/apache/iceberg/issues/3657 -- 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]
