[teiid-issues] [JBoss JIRA] (TEIID-2736) MongoDB: failed to translate to mongo query with boolean value expression

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Dec 18 13:49:33 EST 2013


    [ https://issues.jboss.org/browse/TEIID-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932470#comment-12932470 ] 

RH Bugzilla Integration commented on TEIID-2736:
------------------------------------------------

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1033077|https://bugzilla.redhat.com/show_bug.cgi?id=1033077] from MODIFIED to ON_QA
                
> MongoDB:  failed to translate to mongo query with boolean value expression
> --------------------------------------------------------------------------
>
>                 Key: TEIID-2736
>                 URL: https://issues.jboss.org/browse/TEIID-2736
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 8.6
>         Environment: Teiid 8.6 beta with mongoDB 
>            Reporter: Ivan Chan
>            Assignee: Ramesh Reddy
>              Labels: Beta2, teiid
>             Fix For: 8.4.1, 8.6
>
>
> Fail to translate the following SQL to mongo query:
> select "grade",
> "name",
> "score",
> "state",
> "grade" as "test",
> ("name" = "state") as "name2"
> from "mongoDBDS"."grades"
> where "grade" = 'B'
> However, it works with the query contains group by and boolean value expression:
> elect "grade" as "test",
> "grade",
> ("name" = "state") as "name2",
> sum("score") as "sum_score"
> from "mongoDBDS"."grades"
> where "grade" = 'B'
> group by "grade", "grade", ("name" = "state")
> order by "grade", "test", "name2"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list