• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / CoPilot-For-Consensus / 22049833123
78%

Build:
DEFAULT BRANCH: main
Ran 16 Feb 2026 04:12AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
  cancel
22049833123

push

github

web-flow
fix: replace Cosmos DB composite ORDER BY with simple single-field sort (#1170)

The IS_DEFINED() composite ORDER BY pattern requires a composite index
that Cosmos DB cannot build for system functions, causing BadRequest errors
on the per-collection summaries container (no composite indexes defined).

Use simple single-field ORDER BY which works with the default /* range
index. Align InMemory store to match Cosmos DB native NULL sort behavior
(NULLs-first) and document this as the canonical cross-backend contract.

- Cosmos: simple ORDER BY c.field {order} (NULLs sort first natively)
- InMemory: remove two-phase NULLs-last sort, use simple sort (NULLs first)
- Mongo: document behavioral difference in comment
- Interface: document NULLs-first contract in DocumentStore docstring
- Integration test: cover NULL/missing sort field edge case

Fixes #1169

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Source Files on build 22049833123
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #22049833123
  • 622e4b85 on github
  • Prev Build on main (#22029445895)
  • Next Build on main (#22085570668)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc