You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/03/18 21:27:17 UTC

[GitHub] [calcite] asereda-gs opened a new pull request #1114: [CALCITE-2931] Mongo Adapter. Compare Bson (not string) query representation in tests

asereda-gs opened a new pull request #1114: [CALCITE-2931] Mongo Adapter. Compare Bson (not string) query representation in tests
URL: https://github.com/apache/calcite/pull/1114
 
 
   Some tests currently fail because of wrong order of keys in Bson.
   
   ```text
   // Expected
   {$project: {POP: '$pop', STATE: '$state'}}
   
   // Actual
   {$project: {STATE: '$state', POP: '$pop'}}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services