[
https://issues.apache.org/jira/browse/CALCITE-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16795442#comment-16795442
]
Kevin Risden edited comment on CALCITE-2931 at 3/19/19 10:35 AM:
-----------------------------------------------------------------
Marking for release 1.20.0 since it looks to be just an ordering issue and not
a blocker for 1.19.0.
was (Author: risdenk):
Marking for release 1.12.0 since it looks to be just an ordering issue and not
a blocker for 1.19.0.
> 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: Bug
> Components: mongodb
> Reporter: Andrei Sereda
> Assignee: Andrei Sereda
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0
>
> Time Spent: 10m
> 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)