[
https://issues.apache.org/jira/browse/DRILL-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597463#comment-14597463
]
Devender Yadav commented on DRILL-3342:
----------------------------------------
I am so sorry for being out of my mind and raising an issue. The query should
be:
select * from testCollection where name like 'dev%';
and it works perfectly.
> 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)