Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.20.2
-
None
Description
DRILL-8057 brought in a regression whereby info schema LIKE patterns containing an escape character are not correctly processed. For example if a storage plugin called dfs_foo (note the presence of the special '_') is present then the following query wrongly returns no records.
apache drill> show databases where schema_name like 'dfs^_foo.%' escape '^'; No rows selected (2.305 seconds)
Attachments
Issue Links
- is related to
-
DRILL-8057 INFORMATION_SCHEMA filter push down is inefficient
- Closed