rossjones opened a new pull request, #4485:
URL: https://github.com/apache/arrow-rs/pull/4485
# Which issue does this PR close?
Closes #4372
# Rationale for this change
This trait is on the large side, and requires lots of boilerplate to
implement. It would benefit from default implementations of all methods along
with a description of "<methodname> has no default implementation" following
the wording in other methods that _do_ have a default impl.
# What changes are included in this PR?
Adds default implementations for all methods of FlightSqlService so they
now return Status::unimplemented.
# Are there any user-facing changes?
--
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]