MINOR: [C++][FlightRPC][ODBC] Add Linux validation artifacts for 25.0.1 - #51281
Closed
xborder wants to merge 1 commit into
Closed
MINOR: [C++][FlightRPC][ODBC] Add Linux validation artifacts for 25.0.1#51281xborder wants to merge 1 commit into
xborder wants to merge 1 commit into
Conversation
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.
Summary
Validation
beccec0d0c451b7aa3e4530416ac431b3c035c69using the repository-defined Ubuntu 24.04 amd64 configurationdata.eu.dremio.cloud:443SELECT 1cycles, including cursor close, statement free, disconnect, and handle cleanupUsageCount=1, dynamic load, and uninstall-WerrorPackaging decision
The 25.0.1 CMake configuration explicitly reports that Linux DEB and RPM installers are not implemented. A forced generic CPack TGZ does not contain the unixODBC registration payload, so this change provides a validated relocatable tar package instead.
Environment limitation
The compiler, userspace, unixODBC manager, driver, and smoke process were all x86_64 Ubuntu 24.04. Execution used Rosetta inside an aarch64 Colima VM, so this validates the x86_64 ABI and end-to-end behavior but is not a native performance result.