You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Devender Yadav (JIRA)" <ji...@apache.org> on 2015/06/23 09:30:00 UTC

[jira] [Created] (DRILL-3342) like query is not working properly

Devender Yadav  created DRILL-3342:
--------------------------------------

             Summary: like query is not working properly 
                 Key: DRILL-3342
                 URL: https://issues.apache.org/jira/browse/DRILL-3342
             Project: Apache Drill
          Issue Type: Bug
         Environment: I tried on ubuntu 14.0.4
            Reporter: Devender Yadav 


I am using drill with MongoDB. On using "show databases" it is showing databases under MongoDB too. Then I tried like query on a collection named "testCollection" : 

select * from testCollection where name like 'dev*';

no error is shown and nothing is returned.  

I also tried :
select * from testCollection where name like 'dev_';

This is working fine. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)