protogen: Support unpacked repeated uint64 fields #91
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#91
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-api-go:unpacked-primitive"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need unpacked repeated fields to support backwards-compatible field "repeatization". Currently, we need this for tree service in node, so I have decided to implement this only for uint64 and don't create new exported functions in
proto
helper package.2a9bc571af
tof517e39491
Does this change support packed attribute for any scalar proto3 type (int64
,sint64
, etc) or is ituint64
only?Didn't read PR description, I see answer: uint64 only.
Only uint64, as this is what we need currently. Supporting other types is trivial, but requires some amount of public API touching as well as poses a risk of introducing new bugs.
@TrueCloudLab/storage-core-committers @TrueCloudLab/storage-core-developers won't merge without your approval, please, support the development with your likes!