You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2019/03/19 12:17:00 UTC

[jira] [Updated] (CALCITE-2931) Mongo Adapter - Compare Bson (not string) query representation in tests

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

Kevin Risden updated CALCITE-2931:
----------------------------------
    Summary: Mongo Adapter - Compare Bson (not string) query representation in tests  (was: Mongo Adapter. Compare Bson (not string) query representation in tests)

> Mongo Adapter - Compare Bson (not string) query representation in tests
> -----------------------------------------------------------------------
>
>                 Key: CALCITE-2931
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2931
>             Project: Calcite
>          Issue Type: Test
>          Components: mongodb
>            Reporter: Andrei Sereda
>            Assignee: Andrei Sereda
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.19.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Some tests currently fail because of wrong order of keys in Bson. 
> {code:json}
> // Expected
> {$project: {POP: '$pop', STATE: '$state'}}
> // Actual
> {$project: {STATE: '$state', POP: '$pop'}}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)