Describe the enhancement requested
I would like to discuss adding "versions" or "compatibility levels" to FlightSQL
Usecase
The usecase is now that FlightSQL is being adopted across products, there is an increasing number of installed clients. As we make changes / add optional features to the spec such as:
The question arises "how will clients/servers know what to expect" --
At the moment, the spec defines certain features that are "optional" such as XXX (and a new optional behavior such as #40243). This means:
- Updates to the spec must carefully define what should happen when the client and/or server do not use the optional feature
- Clients and Servers must similarly handle a variety of potentially present and missing features
An example of this subtlety is shown in the context of #37720 where we are discussing "how should the server tell if the client is using the updated semantics" on #40243 with @erratic-pattern @lidavidm and @pitrou
#40243 (review)
Possible solutions
One possible
Component(s)
FlightRPC
Describe the enhancement requested
I would like to discuss adding "versions" or "compatibility levels" to FlightSQL
Usecase
The usecase is now that FlightSQL is being adopted across products, there is an increasing number of installed clients. As we make changes / add optional features to the spec such as:
The question arises "how will clients/servers know what to expect" --
At the moment, the spec defines certain features that are "optional" such as XXX (and a new optional behavior such as #40243). This means:
An example of this subtlety is shown in the context of #37720 where we are discussing "how should the server tell if the client is using the updated semantics" on #40243 with @erratic-pattern @lidavidm and @pitrou
#40243 (review)
Possible solutions
One possible
Component(s)
FlightRPC