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-37406: [C++][FlightSQL] Add missing ArrowFlight::arrow_flight_{shared,static} dependencies #37407

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

kou
Copy link
Member

@kou kou commented Aug 27, 2023

Rationale for this change

ArrowFlightSql::arrow_flight_sql_shared must depend on ArrowFlight::arrow_flight_shared because arrow/flight/sql/*.h uses arrow/flight/*.h and all users must use Flight RPC API with Flight SQL API.

What changes are included in this PR?

Add missing {SHARED,STATIC}_INSTALL_INTERFACE_LIBS.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@kou kou requested a review from lidavidm as a code owner August 27, 2023 06:19
@github-actions
Copy link

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

@lidavidm lidavidm merged commit 78b0c10 into apache:main Aug 28, 2023
35 checks passed
@lidavidm lidavidm removed the awaiting committer review Awaiting committer review label Aug 28, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Aug 28, 2023
@kou kou deleted the cpp-flight-sql-cmake-depend branch August 28, 2023 14:22
@conbench-apache-arrow
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…t_{shared,static} dependencies (apache#37407)

### Rationale for this change

`ArrowFlightSql::arrow_flight_sql_shared` must depend on `ArrowFlight::arrow_flight_shared` because `arrow/flight/sql/*.h` uses ` arrow/flight/*.h` and all users must use Flight RPC API with Flight SQL API.

### What changes are included in this PR?

Add missing `{SHARED,STATIC}_INSTALL_INTERFACE_LIBS`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#37406

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants