I believe all concerns have been addressed for proposals [1] and [2] so I believe we can hold a vote soon. Both PRs already have integration tests too. Thanks to all who worked on and reviewed the PRs.
On Thu, Feb 24, 2022, at 14:06, José Almeida wrote: > Hi all, > > My team and I are submitting some additions to the FlightSQL protocol. > > We are proposing to add a new method called GetXdbcTypeInfo which will > have the responsibility to get all the information of the datatype > related to the source [1]. > We are also proposing a ColumnMetadata return in operations such as > Prepared Statement, GetTables. [2] > > We already received some feedback from David Li and Antonie Pitrou. > However, we would like some more feedback so we can get these changes > over the line. > > These changes will be crucial to the construction of the JDBC (that's > already being > developed[3]) and ODBC driver on top of the FlightSQL. > > [1] https://github.com/apache/arrow/pull/11982 > [2] https://github.com/apache/arrow/pull/11999 > [3] https://github.com/apache/arrow/pull/12254 > > Thanks, > Jose Almeida