kbendick opened a new pull request #1519: URL: https://github.com/apache/iceberg/pull/1519
When cleaning up valid uses of java.lang.String.intern (on weak-keyed maps which use identity comparison instead of equality comparison), I missed one instance. Here's a previous PR: https://github.com/apache/iceberg/pull/1489 This suppresses that final warning as well. I tried to enforce this type of warning as a bug, but I was unable to do so in a way that emitted a readable error (admittedly I didn't spend too much time on it). I can open an issue if this is something we'd like to enforce as either suppressed or not done. Depends on your thoughts @rdblue @RussellSpitzer. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
