dprmfl commented on PR #19231: URL: https://github.com/apache/druid/pull/19231#issuecomment-4538628147
https://github.com/apache/druid/pull/19231/changes/f166fd0e0bea69325a4ab95c4e48d6204304e529 Fixed — replaced String#matches() with pre-compiled Pattern constants (IPV4_PATTERN, IPV6_PATTERN) to satisfy the forbidden-apis check. Verified locally with mvn test-compile forbiddenapis:testCheck -pl sql and it passes. Thanks for the quick review! -- 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]
