jackye1995 opened a new issue #3657: URL: https://github.com/apache/iceberg/issues/3657
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()` -- 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]
