[ 
https://issues.apache.org/jira/browse/CALCITE-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18099596#comment-18099596
 ] 

Julian Hyde commented on CALCITE-7673:
--------------------------------------

If I understand you correctly, we would not push {{LIKE}} into the Mongo query 
and would leave {{LIKE}} to be executed by the consumer (probably 
{{{}EnumerableCalc{}}}). If so, see if you can find an economical way to 
represent which operators Mongo support, so that it just works for {{{}NOT 
LIKE{}}}, {{{}SIMILAR TO{}}}, {{{}COS{}}}, etc.

> MongoDB Adapter can not support LIKE operator
> ---------------------------------------------
>
>                 Key: CALCITE-7673
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7673
>             Project: Calcite
>          Issue Type: Improvement
>          Components: mongodb-adapter
>    Affects Versions: 1.42.0
>            Reporter: Yu Xu
>            Assignee: Yu Xu
>            Priority: Major
>             Fix For: 1.43.0
>
>
> Currently MongoDB Adapter not support LIKE operator.
> sql:
> {code:java}
> select state, city from zips where state like 'A%' order by state;{code}
> would error out:
> {code:java}
> java.lang.AssertionError: cannot translate LIKE(CAST(ITEM($0, 
> 'city')):VARCHAR(20), 'A%')  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to