-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Follow on to #6936.
The current implementation GetIndexedField in protocol buffer does not support optional argument extra_key (except of this, GetIndexedField supports only two required arguments).
So, what we should do:
- We can call
GetIndexedFieldin protocol buffer withoutextra_key(likeindex[i]) - We can call
GetIndexedFieldin protocol buffer withextra_key(likeindex[i:j])
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request