felipecrv opened a new pull request, #43544:
URL: https://github.com/apache/arrow/pull/43544
### Rationale for this change
The less code depends on `protobuf::Any`, the easier it is to separate the
parts that need to link against pb libraries from the ones that can be built
without it.
### What changes are included in this PR?
- Internal forward declarations (plus making some dtor/ctor non-inline)
- Add missing `SchemaResult::FromProto`
- Extract a few proto-related functions
- Move more generic code from `flight/sql` to `sql`
### Are these changes tested?
By existing tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]