Fix typo in deeply nested projection test case in query_limits_test

XMLWordPrintableJSON

    • Query Optimization
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      The test runs the following query:

      runAgg([{$project: {nestedProjectField: 1}}]); 

      but it means to run

      runAgg([{$project: {[nestedProjectField]: 1}}]); 

      so that it makes use of the 'nestedProjectField' variable. 

       

      Once this typo is fixed, we'll also need to adjust the query, since 'nestedProjectField' is currently too nested and the server will reject it.

            Assignee:
            Hana Pearlman
            Reporter:
            Hana Pearlman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: