Skip to content
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

[Go] Add GetValue function to Metadata #34855

Closed
yevgenypats opened this issue Apr 3, 2023 · 0 comments · Fixed by #34856
Closed

[Go] Add GetValue function to Metadata #34855

yevgenypats opened this issue Apr 3, 2023 · 0 comments · Fixed by #34856

Comments

@yevgenypats
Copy link
Contributor

Describe the enhancement requested

Given metadata doesn't return a map as in other language it will be useful to have a GetValue(key string) (string, bool) function. This will help two function two calls such as FindKey and then Values()[k] to get the value of the metadata.

Component(s)

Go

zeroshade pushed a commit that referenced this issue Apr 3, 2023
Closes #34855
* Closes: #34855

Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
@zeroshade zeroshade added this to the 12.0.0 milestone Apr 3, 2023
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
Closes apache#34855
* Closes: apache#34855

Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
Closes apache#34855
* Closes: apache#34855

Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
kou pushed a commit to apache/arrow-go that referenced this issue Aug 30, 2024
Closes apache/arrow#34855
* Closes: #34855

Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants