[jira] [Created] (CARBONDATA-387) RLike and REGEXP showing all records in empty regex
Posted by
Akash R Nilugal (Jira) on
Nov 07, 2016; 8:33am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-387-RLike-and-REGEXP-showing-all-records-in-empty-regex-tp2721.html
Prabhat Kashyap created CARBONDATA-387:
------------------------------------------
Summary: RLike and REGEXP showing all records in empty regex
Key: CARBONDATA-387
URL:
https://issues.apache.org/jira/browse/CARBONDATA-387 Project: CarbonData
Issue Type: Bug
Reporter: Prabhat Kashyap
Priority: Minor
When I'm trying to run RLIKE with empty regex, it is showing me all the records instead of no record.
select * from knolders where age RLIKE '';
It is behaving in a similar manner for REGEXP operator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)