Skip to content

GH-34657: [Go] Add ValueString(i int) string to array#34986

Merged
zeroshade merged 22 commits intoapache:mainfrom
cloudquery:feat/append_from_string
Apr 13, 2023
Merged

GH-34657: [Go] Add ValueString(i int) string to array#34986
zeroshade merged 22 commits intoapache:mainfrom
cloudquery:feat/append_from_string

Conversation

@yevgenypats
Copy link
Contributor

@yevgenypats yevgenypats commented Apr 8, 2023

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@yevgenypats yevgenypats requested a review from zeroshade as a code owner April 8, 2023 14:35
@github-actions
Copy link

github-actions bot commented Apr 8, 2023

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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@yevgenypats yevgenypats changed the title feat: Feat/append from string GH-34657: [Go] Add ValueString(i int) string to array Apr 8, 2023
@github-actions github-actions bot added the awaiting review Awaiting review label Apr 8, 2023
@github-actions
Copy link

github-actions bot commented Apr 8, 2023

@github-actions github-actions bot added awaiting changes Awaiting changes awaiting change review Awaiting change review and removed awaiting review Awaiting review awaiting changes Awaiting changes labels Apr 10, 2023
@yevgenypats yevgenypats requested a review from zeroshade April 10, 2023 23:35
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Apr 10, 2023
@yevgenypats yevgenypats force-pushed the feat/append_from_string branch from 7d49c7e to 01739f6 Compare April 11, 2023 00:31
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Apr 11, 2023
ab.Release()
ar.Release()


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just running go fmt would clear up the extraneous extra lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ? :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions github-actions bot added awaiting changes Awaiting changes awaiting change review Awaiting change review and removed awaiting change review Awaiting change review awaiting changes Awaiting changes labels Apr 11, 2023
@yevgenypats yevgenypats requested a review from zeroshade April 12, 2023 12:12
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Apr 12, 2023
@zeroshade
Copy link
Member

@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.

@yevgenypats yevgenypats force-pushed the feat/append_from_string branch from d93ab3d to 9612cb7 Compare April 12, 2023 20:52
@yevgenypats yevgenypats requested a review from zeroshade April 12, 2023 20:53
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting change review Awaiting change review labels Apr 12, 2023
@yevgenypats yevgenypats requested a review from zeroshade April 13, 2023 11:20
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Apr 13, 2023
@zeroshade zeroshade merged commit f0c8229 into apache:main Apr 13, 2023
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Apr 13, 2023
@ursabot
Copy link

ursabot commented Apr 16, 2023

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.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Finished ⬇️7.14% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.49% ⬆️0.09%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] f0c8229f ec2-t3-xlarge-us-east-2
[Failed] f0c8229f test-mac-arm
[Finished] f0c8229f ursa-i9-9960x
[Finished] f0c8229f ursa-thinkcentre-m75q
[Finished] ff94702e ec2-t3-xlarge-us-east-2
[Failed] ff94702e test-mac-arm
[Finished] ff94702e ursa-i9-9960x
[Finished] ff94702e ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@ursabot
Copy link

ursabot commented Apr 16, 2023

['Python', 'R'] benchmarks have high level of regressions.
ursa-i9-9960x

liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…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>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…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>
raulcd pushed a commit that referenced this pull request May 30, 2023
### 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>
@candiduslynx candiduslynx deleted the feat/append_from_string branch June 2, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Go][Array] Expose UntypedValue(i int) interface

3 participants