-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update Subarray Cap'n Proto serialization to include label ranges #3961
Conversation
This pull request has been linked to Shortcut Story #22385: Update Query Cap'n Proto to support label queries. |
8edac4e
to
9a18407
Compare
9a18407
to
946b0b8
Compare
[sc-22384] |
This pull request has been linked to Shortcut Story #22384: Update Subarray Cap'n Proto to support label and attr ranges. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Found some duplicated doxygen, but just a nit so approving 👍
This pull request has been linked to Shortcut Story #22385: Update Query Cap'n Proto to support label queries. |
This is the third part of the work to add serialization support for dimension labels. It is adding label ranges to the
Subarray
capnp format andsubarray_to/from_capnp
functions.For now only 1 test is added, but a wrapper test function is provided in this PR and can be used to enhance other existing tests that use label ranges to increase coverage.
After this part is merged, then
Update Query Cap'n Proto to support label queries
is the last (and probably most complex) part of dimension label serialization work left.TYPE: IMPROVEMENT
DESC: Update Subarray Cap'n Proto serialization to include label ranges