Closed milenkovicm closed 2 weeks ago
Closes #.
removing method which is not used (and unfinished)
making field optional rather than oneOf which was a hack
ExecuteQueryParams.sql has flight-sql alternative, proposal to make it deprecated for removal
ExecuteQueryParams.sql
flight-sql
removing GetMetadata method with its method parameter and result
using optional keyword instead of oneOf
optional
oneOf
ExecuteQueryParams.sql marked as deprecated
deprecated
Which issue does this PR close?
Closes #.
Rationale for this change
removing method which is not used (and unfinished)
making field optional rather than oneOf which was a hack
ExecuteQueryParams.sql
hasflight-sql
alternative, proposal to make it deprecated for removalWhat changes are included in this PR?
removing GetMetadata method with its method parameter and result
using
optional
keyword instead ofoneOf
ExecuteQueryParams.sql
marked asdeprecated
Are there any user-facing changes?