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

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

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

janiodev
Copy link
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.

Copy link

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

Copy link
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
24 checks passed
@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
Copy link

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.

idailylife pushed a commit to idailylife/arrow that referenced this pull request Jan 18, 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>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 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>
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>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 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>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 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