Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

Query: Fixes call to ServiceInterop in case of DISP_E_BUFFERTOOSMALL to account for vector embedding policy #4550

Closed neildsh closed 2 weeks ago

neildsh commented 2 weeks ago

Pull Request Template

Description

Fixes call to ServiceInterop in case of DISP_E_BUFFERTOOSMALL to account for vector embedding policy, and adds test cases to cover this path

Type of change