-
Notifications
You must be signed in to change notification settings - Fork 0
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
apacheGH-30622: [GAC-47] Move Timestream ODBC driver seed under cpp/src/flightsql_odbc #8
Conversation
* Updated workflows to accommodate this change.
Ubuntu 20.04 Debug Build Test Results Check
|
Is the folder structure correct arrow\cpp\src\flightsql_odbc\amazon-timestream-odbc-driver? |
@affonsov Yes, I put it like that so later we could add |
MacOS Big Sur 11 Debug Build Code Coverage Unit and Integration Test Result
|
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Signed-off-by: forestmvey <forestv@bitquilltech.com>
…mation improvement (#4) * fix occasional test failure * document update * add check for credentials leak Fix wrong linux package name and remove unneeded files (#2) * code uploading * fix cppcheck failure (#1) * fix cppcheck failure * fix build script not running and credentials could not be fetched * restore configure-aws-credentials to v2 * add execute permission for shell scripts * remove bash for mac build scripts * trigger all tests * verify signer works fine * fix singer could not find the installer package * change signed installer name * fix linux package wrong name issue * restore signer flag * add .gitignore * remove unneeded files * remove unneeded files * address comments * add version to installer name * remove not needed file fix cppcheck failure (#1) * fix cppcheck failure * fix build script not running and credentials could not be fetched * restore configure-aws-credentials to v2 * add execute permission for shell scripts * remove bash for mac build scripts * trigger all tests code uploading Initial commit fix bracket missing (#5) Pass driver info to Timestream using user agent (#6) * pass driver info to Timestream using user agent * add log for user agent setting Fixing awslabs links. (#8) Signed-off-by: forestmvey <forestv@bitquilltech.com> Move AWS TS ODBC Driver under flight sql subdirectory Enable Windows builds, workflow files are based on Amazon Timestream ODBC driver seed disable integration tests from running. The win-build.yml file is copied from Amazon Timestream ODBC driver code. Fix CMAKE code formats Note that rest of lint errors are not solved yet. Fix python code doc errors Enable linux build, the file is copied from Amazon Timestream ODBC seed * integration tests are disabled. * allow build scripts to be run through `chmod`. Enable macOS builds, workflow files are copied from Amazon TS ODBC seed Move Timestream ODBC driver seed under cpp/src/flightsql_odbc * Updated workflows to accommodate this change. Remove Timestream-related code
Rationale for this change
What changes are included in this PR?
Move Timestream ODBC driver seed under cpp/src/flightsql_odbc
Are these changes tested?
N/A, since code is just moved. Updated workflows to accommodate this change.
Are there any user-facing changes?
No.