-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-48119: [C++][ODBC] Move class definitions to type_fwd.h #48596
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
base: main
Are you sure you want to change the base?
GH-48119: [C++][ODBC] Move class definitions to type_fwd.h #48596
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
|
|
|
|
CC @alinaliBQ |
|
|
|
@lidavidm Could you please help approving the CI workflows for this PR? |
Rationale for this change
This PR addresses the issue #48119
What changes are included in this PR?
Create type_fwd.h with forward declarations for ODBC classes to reduce compilation dependencies:
Are these changes tested?
No
Are there any user-facing changes?
No
type_fwd.hfile #48119