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
Hi @xperiandri, this appears to be a bug with the SDK in the generation of the ReadMany Query. I was able to reproduce it and find the cause. We will ensure that this is fixed in an upcoming version of the SDK. I will provide updates on this issue regarding the fix when they come.
Describe the bug
Having a container with partition keys
/tenant_id
,/user_id
Having an object
executing
ReadManyAsync
with partition keynew PartitionKeyBuilder().Add("t").AddNoneType().Build()
reads nothing.No other combination works too.
To Reproduce
Define objects as described above
Expected behavior
Read happens successfully and returns objects with partial hierarchical partition keys
Actual behavior
Nothing returned.
Environment summary
SDK Version: 3.47.0-preview.0
Additional context
Both Azure and Emulator works the same
The text was updated successfully, but these errors were encountered: