Skip to content

GH-39552: [Go] inclusion of option to use replacer when creating csv strings with go library#39576

Merged
zeroshade merged 2 commits intoapache:mainfrom
janiodev:GH-39552
Jan 17, 2024
Merged

GH-39552: [Go] inclusion of option to use replacer when creating csv strings with go library#39576
zeroshade merged 2 commits intoapache:mainfrom
janiodev:GH-39552

Conversation

@janiodev
Copy link
Copy Markdown
Contributor

@janiodev janiodev commented Jan 11, 2024

Rationale for this change
Make it possible to remove unwanted characters from strings

What changes are included in this PR?
Add new function to optionally setup a replacer in csv Writer Write method

Are these changes tested?
Yes

Are there any user-facing changes?
Adds an optional methods.

@janiodev janiodev requested a review from zeroshade as a code owner January 11, 2024 23:35
@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #39552 has been automatically assigned in GitHub to PR creator.

Copy link
Copy Markdown
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

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

this seems good to me. Thanks much!

@github-actions github-actions bot removed the awaiting review Awaiting review label Jan 17, 2024
@zeroshade zeroshade merged commit c170af4 into apache:main Jan 17, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 17, 2024
@zeroshade zeroshade removed the awaiting merge Awaiting merge label Jan 17, 2024
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c170af4.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…g csv strings with go library (apache#39576)

Rationale for this change
Make it possible to remove unwanted characters from strings

What changes are included in this PR?
Add new function to optionally  setup a replacer in csv Writer  Write method

Are these changes tested?
Yes

Are there any user-facing changes?
Adds an optional methods.

* Closes: apache#39552

Lead-authored-by: Jânio <janioprates@gmail.com>
Co-authored-by: janiodev <janio.otoni@blip.ai>
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 this pull request may close these issues.

[Go] Inclusion of option to use a replacer when writing a CSV

2 participants