-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-39962: [C++] Small CSV reader refactoring #39963
Conversation
|
@github-actions crossbow submit -g cpp |
This comment was marked as outdated.
This comment was marked as outdated.
f8b9e84
to
7284df9
Compare
@github-actions crossbow submit -g cpp |
This comment was marked as outdated.
This comment was marked as outdated.
f8e976e
to
2fb237e
Compare
2fb237e
to
2804b2a
Compare
@github-actions crossbow submit -g cpp |
Revision: 2804b2a Submitted crossbow builds: ursacomputing/crossbow @ actions-79e6f2b964 |
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. |
### 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 <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
### 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 <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
### 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 <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
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.