Skip to content

Support conflicting partition key predicates in Cosmos queries#38240

Open
lorenacr wants to merge 1 commit intodotnet:mainfrom
lorenacr:Issue38238
Open

Support conflicting partition key predicates in Cosmos queries#38240
lorenacr wants to merge 1 commit intodotnet:mainfrom
lorenacr:Issue38238

Conversation

@lorenacr
Copy link
Copy Markdown

@lorenacr lorenacr commented May 7, 2026

  • Detect conflicting partition key predicates during read-item extraction
  • Add coverage for conflicting partition key predicate scenarios
  • Update Cosmos provider resources/strings

Fixes #38238

  • I've read the guidelines for contributing and seen the walkthrough
  • I've posted a comment on an issue with a detailed description of how I am planning to contribute and got approval from a member of the team
  • The code builds and tests pass locally (also verified by our automated build checks)
  • Commit messages follow this format:
        Summary of the changes
        - Detail 1
        - Detail 2

        Fixes #bugnumber
  • Tests for the changes have been added (for bug fixes / features)
  • Code follows the same patterns and style as existing code in this repo

- Detect conflicting partition key predicates during read-item extraction
- Add coverage for conflicting partition key predicate scenarios
- Update Cosmos provider resources/strings

Fixes dotnet#38238
@lorenacr lorenacr requested a review from a team as a code owner May 7, 2026 09:51
@lorenacr
Copy link
Copy Markdown
Author

lorenacr commented May 7, 2026

@dotnet-policy-service agree

1 similar comment
@lorenacr
Copy link
Copy Markdown
Author

lorenacr commented May 7, 2026

@dotnet-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conflicting partition key filter is ignored in ReadItem case

1 participant