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

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

     [ https://issues.apache.org/jira/browse/DRILL-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devender Yadav  closed DRILL-3342.
----------------------------------
    Resolution: Not A Problem

> 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)