Uh oh!
There was an error while loading. Please reload this page.
GH-34966: [Go] Add InsertField and FieldIndex to Schema object - #34967
GH-34966: [Go] Add InsertField and FieldIndex to Schema object#34967yevgenypats wants to merge 2 commits into
Conversation
zeroshade
left a comment
There was a problem hiding this comment.
where's the InsertField method? 😄
| return sc.index[n] | ||
| } | ||
| // FieldIndex return index of the unique field with the given name. |
There was a problem hiding this comment.
typo: returns the index
Also, is there a reason to have this in addition to the existing FieldIndices method? A consumer could just do the same length check and use index 0 themselves.
vibhatha
commented
Apr 22, 2023
@zeroshade I also took a look at the PR and built locally too. |
zeroshade
commented
Jul 17, 2023
No activity since April, I'm going to close this for now. Feel free to reopen if this is still needed. Thanks! |
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?