jnturton opened a new pull request, #2621: URL: https://github.com/apache/drill/pull/2621
# [DRILL-8278](https://issues.apache.org/jira/browse/DRILL-8278): The period character '.' is broken in SQL LIKE patterns ## Description The '.' character is added to the JAVA_REGEX_SPECIALS string in RegexpUtil (as has subsequently happened in the Calcite code that was originally copied to create this class). It will now be possible to use '.' correctly in queries like `show databases where table_schema like 'dfs.%'` ## Documentation No change. ## Testing TestSqlPatterns#testSqlRegexLike -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org