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
Additional context
It's causing a problem because we require it in our TestContainers. Code such as the following is currently incompatible with the vNext emulator and will cause issues with the ChangeFeed feature.
Describe the bug
The vNext Azure Cosmos DB Emulator does not support the <> inequality operator
To Reproduce
Steps to reproduce the behavior:
where c.id <> "12"
Failed to parse token '>' at position 85
Expected behavior
The <> operator should work as it does on the Cloud CosmosDB
Screenshots
Desktop (please complete the following information):
Additional context
It's causing a problem because we require it in our TestContainers. Code such as the following is currently incompatible with the vNext emulator and will cause issues with the ChangeFeed feature.
https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/changefeed/pkversion/LeaseStoreManagerImpl.java#L502
The text was updated successfully, but these errors were encountered: