Skip to content

Conversation

alinaliBQ
Copy link
Contributor

@alinaliBQ alinaliBQ commented Oct 2, 2025

Rationale for this change

Enable ODBC Build In C++ and Glib Workflows to make sure ODBC can build in CI.

What changes are included in this PR?

  • Make environment variable ARROW_FLIGHT_SQL_ODBC:ON recognized in C++ build.

Are these changes tested?

Tested in CI

Are there any user-facing changes?

No

Extracted from PR #46099

Comment on lines 22 to +23
#include <arrow/flight/types.h>
#include <boost/variant.hpp>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

boost::variant is an existing dependency of flightsql-odbc. Our plan is to replace it with std::variant in future PRs

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Oct 2, 2025
@kou kou changed the title GH-46004: [C++][FlightRPC] Enable ODBC Build In C++ and Glib Workflows GH-46004: [C++][FlightRPC] Enable ODBC Build In C++ and GLib Workflows Oct 3, 2025
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.

1 participant