-
Notifications
You must be signed in to change notification settings - Fork 76
feat: implement struct like for partition values #354
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
Conversation
wgtmac
commented
Nov 27, 2025
- Added PartitionValues to extend StructLike
- Implemented PartitionMap
- Implemented PartitionSet
6ef1541 to
a32d153
Compare
- Added PartitionValues to extend StructLike - Implemented PartitionMap - Implemented PartitionSet
a32d153 to
318b343
Compare
zhjwpku
left a comment
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.
LGTM, ValueAt makes the code more safe.
dongxiao1198
left a comment
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.
lgtm
|
LGTM |
Fokko
left a comment
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.
Nice one @wgtmac I think it makes sense to have a dedicated object around PartitionValues
|
Thanks @shangxinli @dongxiao1198, and @zhjwpku for the reviews 🙌 |