-
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-38401: [C++] Re-generate flatbuffers C++ for Skyhook #38405
Conversation
7c30435
to
74ba684
Compare
@bkietz I rebased to try to make the unrelated CI failures go awya. |
@raulcd should this be cherry picked into the release branch as well? |
@github-actions crossbow submit test-skyhook-integration |
Revision: 74ba684 Submitted crossbow builds: ursacomputing/crossbow @ actions-472fa01af4
|
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
#38192 isn't included in 14.0.0. So we don't need to cherry pick this to 14.0.0. |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit be175de. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…#38405) ### Rationale for this change Vendored flatbuffer headers have been upgraded so the checked-in flatc-generated files need to be upgraded. ### What changes are included in this PR? - Changes to the shell script that re-generates flatbuffers - Check-in of the newly generated `ScanRequest_generated.h` ### Are these changes tested? By integration tests. * Closes: apache#38401 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…#38405) ### Rationale for this change Vendored flatbuffer headers have been upgraded so the checked-in flatc-generated files need to be upgraded. ### What changes are included in this PR? - Changes to the shell script that re-generates flatbuffers - Check-in of the newly generated `ScanRequest_generated.h` ### Are these changes tested? By integration tests. * Closes: apache#38401 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…#38405) ### Rationale for this change Vendored flatbuffer headers have been upgraded so the checked-in flatc-generated files need to be upgraded. ### What changes are included in this PR? - Changes to the shell script that re-generates flatbuffers - Check-in of the newly generated `ScanRequest_generated.h` ### Are these changes tested? By integration tests. * Closes: apache#38401 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Vendored flatbuffer headers have been upgraded so the checked-in flatc-generated files need to be upgraded.
What changes are included in this PR?
ScanRequest_generated.h
Are these changes tested?
By integration tests.