-
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-44700: [C++][Parquet] Remove obsolete parquet_constants generated files from old thrift #44772
Conversation
…rated files from old thrift
|
I was trying to find some easy C++ issues to do (so I can improve my skills there) and just found this non-coding quick fix. |
@github-actions crossbow submit -g java -g wheel |
Revision: 4f2ec26 Submitted crossbow builds: ursacomputing/crossbow @ actions-504c086939 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 9d19450. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. |
Rationale for this change
The files were generated 4 years ago with and old version of Thrift and don't seem necessary anymore.
What changes are included in this PR?
Remove obsolete files.
Are these changes tested?
No new tests added, just validate tests pass.
Are there any user-facing changes?
No