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-38401: [C++] Re-generate flatbuffers C++ for Skyhook #38405

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

felipecrv
Copy link
Contributor

@felipecrv felipecrv commented Oct 23, 2023

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.

@felipecrv felipecrv requested a review from westonpace as a code owner October 23, 2023 15:46
@felipecrv felipecrv changed the title GH-38401 [C++skyhook: Re-generate flatbuffers C++ GH-38401 [C++]: Re-generate flatbuffers C++ for skyhook Oct 23, 2023
@github-actions github-actions bot added the awaiting review Awaiting review label Oct 23, 2023
@felipecrv felipecrv requested a review from kou October 23, 2023 15:48
@felipecrv felipecrv changed the title GH-38401 [C++]: Re-generate flatbuffers C++ for skyhook GH-38401: [C++] Re-generate flatbuffers C++ for skyhook Oct 23, 2023
@felipecrv
Copy link
Contributor Author

@bkietz

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Oct 23, 2023
@felipecrv
Copy link
Contributor Author

@bkietz I rebased to try to make the unrelated CI failures go awya.

@felipecrv
Copy link
Contributor Author

@raulcd should this be cherry picked into the release branch as well?

@kou kou changed the title GH-38401: [C++] Re-generate flatbuffers C++ for skyhook GH-38401: [C++] Re-generate flatbuffers C++ for Skyhook Oct 23, 2023
@kou
Copy link
Member

kou commented Oct 23, 2023

@github-actions crossbow submit test-skyhook-integration

@github-actions
Copy link

Revision: 74ba684

Submitted crossbow builds: ursacomputing/crossbow @ actions-472fa01af4

Task Status
test-skyhook-integration Github Actions

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou
Copy link
Member

kou commented Oct 23, 2023

#38192 isn't included in 14.0.0. So we don't need to cherry pick this to 14.0.0.

@kou kou merged commit be175de into apache:main Oct 23, 2023
@kou kou removed the awaiting merge Awaiting merge label Oct 23, 2023
@felipecrv felipecrv deleted the skyhook_fix branch October 23, 2023 22:57
@conbench-apache-arrow
Copy link

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.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 25, 2023
…#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>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…#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>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…#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>
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++] Skyhook integration is broken after flatbuffers upgrade
3 participants