Menu

#2464 Runtime error with aggregation completions when * is used

nextrelease
open-fixed
nobody
None
5
2022-06-21
2022-06-21
No

This causes a runtime error with completions:

/tmp/convert/*.dat?column=<T>

Discussion

  • Jeremy Faden

    Jeremy Faden - 2022-06-21

    This is fixed! Old bug was never noticed, somehow. Completions in aggregations are implemented by identifying a single delegate URI and then doing completions on that. The bug was where the index in the delegate URI was miscalculated. I was using *.dat for jno-PJ1-ionosphere-LFRH-Survey-16-240-1215-1320.dat so the difference in length was big, so much that the bug showed.

     

    Last edit: Jeremy Faden 2022-06-22
  • Jeremy Faden

    Jeremy Faden - 2022-06-21
    • status: open --> open-fixed
     
MongoDB Logo MongoDB