-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Internal] JSON Binary Encoding: Adds support for encoding uniform arrays #4866
Merged
microsoft-github-policy-service
merged 8 commits into
master
from
users/sboshra/BinaryEncodingUniformArrays
Nov 5, 2024
Merged
[Internal] JSON Binary Encoding: Adds support for encoding uniform arrays #4866
microsoft-github-policy-service
merged 8 commits into
master
from
users/sboshra/BinaryEncodingUniformArrays
Nov 5, 2024
Commits on Nov 1, 2024
-
JSON Binary Encoding: Implement encoding of uniform number arrays and…
… arrays of uniform number arrays.
Configuration menu - View commit details
-
Copy full SHA for 2fa187d - Browse repository at this point
Copy the full SHA 2fa187dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f544ea - Browse repository at this point
Copy the full SHA 1f544eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f14e1 - Browse repository at this point
Copy the full SHA 28f14e1View commit details
Commits on Nov 4, 2024
-
- Moved the round-trip execution and validation logic from `JsonWriterTests` to the shared utility class `JsonTestUtils`. - Updated `JsonRoundTripTests` to utilize the common utility for execution and verification. - Enhanced round-trip verification with the addition of a new rewrite scenario and improved error reporting. - Added new set of tests to `JsonRoundTripTests` to cover uniform number arrays as well as arrays of uniform number arrays. **JsonNavigator Fixes** - Resolved an issue with writing a navigator node to an `IJsonWriter` instance when the node represents a uniform array or an item within such an array. - Previously, when writing a root node and both the navigator and writer used the Binary serialization format, direct copying of the node was allowed. This is no longer valid as the write options between them may differ. This logic has been replaced with recursive node writing. **Addressed PR Feedback**
Configuration menu - View commit details
-
Copy full SHA for c7f71ee - Browse repository at this point
Copy the full SHA c7f71eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea755de - Browse repository at this point
Copy the full SHA ea755deView commit details -
Merge branch 'users/sboshra/BinaryEncodingUniformArrays' of https://g…
…ithub.com/Azure/azure-cosmos-dotnet-v3 into users/sboshra/BinaryEncodingUniformArrays
Configuration menu - View commit details
-
Copy full SHA for 5858270 - Browse repository at this point
Copy the full SHA 5858270View commit details
Commits on Nov 5, 2024
-
Fixed build break in Microsoft.Azure.Cosmos.Performance.Tests project…
… due to missing package dependency.
Configuration menu - View commit details
-
Copy full SHA for a253020 - Browse repository at this point
Copy the full SHA a253020View commit details -
Configuration menu - View commit details
-
Copy full SHA for b018361 - Browse repository at this point
Copy the full SHA b018361View commit details
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.