GH-34657: [Go] Add ValueString(i int) string to array#34986
GH-34657: [Go] Add ValueString(i int) string to array#34986zeroshade merged 22 commits intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
7d49c7e to
01739f6
Compare
go/arrow/array/binarybuilder_test.go
Outdated
| ab.Release() | ||
| ar.Release() | ||
|
|
||
|
|
There was a problem hiding this comment.
just running go fmt would clear up the extraneous extra lines
There was a problem hiding this comment.
Sure. BTW - maybe we should open an issue on adding a linter that runs fmt on all files as a pre-set ? this way it wont need review as I'll be able to just see in the CI. WDYT ? :)
There was a problem hiding this comment.
I think that it would definitely be a good idea to add that to the existing linting. Right now the linter just runs staticcheck, but doesn't check the formatting.
|
@yevgenypats I've resolved the outdated issues you've fixed but there's still outstanding changes that need to be made such as #34986 (comment) and the other related comments. |
d93ab3d to
9612cb7
Compare
|
Benchmark runs are scheduled for baseline = ff94702 and contender = f0c8229. f0c8229 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
…4986) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#34657 Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…4986) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#34657 Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: #34657 Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?