You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for the order function have included an mdtest that's been "skipped" because the tooling doesn't actually produce the desired output. A note in the doc says "TBD: fix this bug or remove example…" and since this bug has not been fixed in some time I'm opening this bug and removing the example from the doc.
tl;dr
The docs for the
order
function have included an mdtest that's been "skipped" because the tooling doesn't actually produce the desired output. A note in the doc says "TBD: fix this bug or remove example…" and since this bug has not been fixed in some time I'm opening this bug and removing the example from the doc.Details
Repro is with super commit 910e11a.
Before its removal, the "skipped" example in question looked like:
What actually happens is that the relative order of the
a
andb
fields within each record in the array are undisturbed.The text was updated successfully, but these errors were encountered: