[Search] Include Issue Cleanup starting 2026-08-01-preview release - #48767
Open
efrainretana wants to merge 4 commits into
Open
[Search] Include Issue Cleanup starting 2026-08-01-preview release#48767efrainretana wants to merge 4 commits into
efrainretana wants to merge 4 commits into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes upload performance and static typing issues in azure-search-documents.
Changes:
- Defers document serialization during batch construction.
- Exposes
SearchFieldDataType.Collectionto type checkers. - Adds regression tests, performance benchmarks, samples, and release notes.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
CHANGELOG.md |
Documents both fixes. |
models/_patch.py |
Defers action-value serialization. |
indexes/models/_patch.py |
Adds the typed Collection API. |
tests/test_index_documents_batch.py |
Tests deferred vector serialization. |
tests/perfstress_tests/upload_documents.py |
Adds upload serialization benchmark. |
tests/perfstress_tests/compare_upload_documents.py |
Compares package performance. |
tests/perfstress_tests/README.md |
Documents benchmarks. |
samples/sample_query_vector.py |
Removes obsolete type suppression. |
samples/sample_query_vector_async.py |
Removes obsolete type suppression. |
samples/sample_knowledge_source_crud.py |
Reformats analyzer collection. |
samples/sample_knowledge_source_crud_async.py |
Reformats analyzer collection. |
samples/sample_knowledge_base_crud.py |
Adjusts formatting. |
samples/sample_knowledge_base_crud_async.py |
Adjusts formatting. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Contributor
[Pilot] PR Pipeline Failure AnalysisWhat failedBuild: 6748942 — azure-sdk/public Two checks failed for the 1. Pylint — FAIL (exit code 16)
2. MyPy — FAIL
Relevant pipeline outputRecommended next steps
Automated fix: Fix found, view and apply fix
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Address multiple issues -
SearchClient.upload_documents(...)for large payloads #46860All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines