GH-50697: [C++][FlightRPC] ODBC installer support fixes - #50748
Open
alinaliBQ wants to merge 2 commits into
Open
GH-50697: [C++][FlightRPC] ODBC installer support fixes#50748alinaliBQ wants to merge 2 commits into
alinaliBQ wants to merge 2 commits into
Conversation
- Add installer description to ReadMe - Fix `docs` on Windows to include docs Co-authored-by: justing-bq <justin.gossett@improving.com>
The installed file would be under `usr/share/doc/arrow2600-flight-sql-odbc-libs/connection-options.md`
alinaliBQ
marked this pull request as ready for review
July 31, 2026 17:27
alinaliBQ
requested review from
assignUser,
jonkeane,
kou,
lidavidm and
raulcd
as code owners
July 31, 2026 17:27
Collaborator
Author
|
Hi @kou cc @lidavidm, this PR is ready for review. The CI failures don't appear related to the code changes. Package Linux |
kou
approved these changes
Aug 1, 2026
| %files flight-sql-odbc-devel | ||
| %defattr(-,root,root,-) | ||
| %doc README.md | ||
| %doc cpp/src/arrow/flight/sql/odbc/connection-options.md |
Member
There was a problem hiding this comment.
-devel package doesn't need this because -libs includes this.
Suggested change
| %doc cpp/src/arrow/flight/sql/odbc/connection-options.md |
BTW, how about writing documentation in https://github.com/apache/arrow/tree/main/docs/source/cpp not cpp/src/arrow/flight/sql/odbc/*.md?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
GH-50697
I have tested the RPM ODBC installer on AlmaLinux 9. The ODBC driver works as expected on AlmaLinux 9. The only issue I found was that the
connection-options.mdguide was not included in the package installation. This PR addsconnection-options.mdto the RPM ODBC package so users can reference the connection options documentation after installation.Summary of testing results:
isqlandunixODBCduring installation.isqlandunixODBCas unused dependency during installation.If user wants to avoid this behavior, they can add
--noautoremoveflag to makednfkeepisqlandunixODBCduring ODBC uninstallation.What changes are included in this PR?
connection-options.mdto the RPM ODBC package installation./usr/share/doc/arrow2600-flight-sql-odbc-libs/connection-options.mdLICENSE.txtandNOTICE.txtREADME.mdAre these changes tested?
Yes
Are there any user-facing changes?
Yes