gianm commented on PR #19231: URL: https://github.com/apache/druid/pull/19231#issuecomment-4523089883
@dprmfl approved, but there are some check errors. Could you please look into it? It looks like a few of them are this: ``` Error: Forbidden method invocation: java.lang.String#matches(java.lang.String) [Use startsWith(), endsWith(), contains(), or compile and cache a Pattern explicitly] Error: in org.apache.druid.sql.avatica.DruidAvaticaHandlerTest (DruidAvaticaHandlerTest.java:1976) Error: Forbidden method invocation: java.lang.String#matches(java.lang.String) [Use startsWith(), endsWith(), contains(), or compile and cache a Pattern explicitly] Error: in org.apache.druid.sql.avatica.DruidAvaticaHandlerTest (DruidAvaticaHandlerTest.java:1977) ``` -- 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]
