Skip to content

GH-39962: [C++] Small CSV reader refactoring#39963

Merged
pitrou merged 2 commits intoapache:mainfrom
pitrou:gh39962-csv-reader-refactor
Feb 8, 2024
Merged

GH-39962: [C++] Small CSV reader refactoring#39963
pitrou merged 2 commits intoapache:mainfrom
pitrou:gh39962-csv-reader-refactor

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented Feb 6, 2024

What changes are included in this PR?

Factor our some shared functionality in the CSV reader to avoid code duplication.

Are these changes tested?

Yes, by existing tests.

Are there any user-facing changes?

No.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 6, 2024

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

@pitrou
Copy link
Copy Markdown
Member Author

pitrou commented Feb 6, 2024

@github-actions crossbow submit -g cpp

@github-actions

This comment was marked as outdated.

@pitrou pitrou requested a review from bkietz February 6, 2024 16:07
@pitrou pitrou force-pushed the gh39962-csv-reader-refactor branch from f8b9e84 to 7284df9 Compare February 7, 2024 15:08
@pitrou
Copy link
Copy Markdown
Member Author

pitrou commented Feb 7, 2024

@github-actions crossbow submit -g cpp

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Feb 7, 2024
@pitrou pitrou force-pushed the gh39962-csv-reader-refactor branch from f8e976e to 2fb237e Compare February 8, 2024 17:04
@pitrou pitrou force-pushed the gh39962-csv-reader-refactor branch from 2fb237e to 2804b2a Compare February 8, 2024 17:04
@pitrou
Copy link
Copy Markdown
Member Author

pitrou commented Feb 8, 2024

@github-actions crossbow submit -g cpp

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 8, 2024

Revision: 2804b2a

Submitted crossbow builds: ursacomputing/crossbow @ actions-79e6f2b964

Task Status
test-alpine-linux-cpp GitHub Actions
test-build-cpp-fuzz GitHub Actions
test-conda-cpp GitHub Actions
test-conda-cpp-valgrind Azure
test-cuda-cpp GitHub Actions
test-debian-11-cpp-amd64 GitHub Actions
test-debian-11-cpp-i386 GitHub Actions
test-fedora-38-cpp GitHub Actions
test-ubuntu-20.04-cpp GitHub Actions
test-ubuntu-20.04-cpp-bundled GitHub Actions
test-ubuntu-20.04-cpp-minimal-with-formats GitHub Actions
test-ubuntu-20.04-cpp-thread-sanitizer GitHub Actions
test-ubuntu-22.04-cpp GitHub Actions
test-ubuntu-22.04-cpp-20 GitHub Actions
test-ubuntu-22.04-cpp-no-threading GitHub Actions

@pitrou pitrou merged commit de3cdc0 into apache:main Feb 8, 2024
@pitrou pitrou removed the awaiting merge Awaiting merge label Feb 8, 2024
@pitrou pitrou deleted the gh39962-csv-reader-refactor branch February 8, 2024 17:45
@conbench-apache-arrow
Copy link
Copy Markdown

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

There was 1 benchmark result indicating a performance regression:

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### What changes are included in this PR?

Factor our some shared functionality in the CSV reader to avoid code duplication.

### Are these changes tested?

Yes, by existing tests.

### Are there any user-facing changes?

No.

* Closes: apache#39962

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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.

[C++] Small CSV reader refactoring

2 participants