jduo commented on issue #37925:
URL: https://github.com/apache/arrow/issues/37925#issuecomment-1779966754

   Hi @nitesh-sinha ,
   The info_name field is being misused. It should be an integer, rather than a 
string. The integer should have the same value as an entry in the SqlInfo enum 
(https://github.com/apache/arrow/blob/e8360615adf6c5a9bb76b81267d08388c7cfc3a9/format/FlightSql.proto#L76).
   
   A tool such as DBeaver may require many more SqlInfo properties to be 
implemented since it can call getDatabaseMetaData()


-- 
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]

Reply via email to