Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.20.2
-
None
Description
In LIKE patterns, the period character is treated as a wildcard when it should act as a simple literal.
apache drill> show databases where schema_name like 'dfs.%'; SCHEMA_NAME dfs.default SCHEMA_NAME dfs.root SCHEMA_NAME dfs.tmp SCHEMA_NAME dfsfoo.default -- should not be present SCHEMA_NAME dfsfoo.root -- should not be present SCHEMA_NAME dfsfoo.tmp -- should not be present 6 rows selected (0.256 seconds)