mhilton opened a new issue, #14995:
URL: https://github.com/apache/arrow/issues/14995

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The constant for 
[`flightsql.SqlInfoSupportedUnions`](https://github.com/apache/arrow/blob/master/go/arrow/flight/flightsql/types.go#L462)
 is taken from 
[`pb.SqlSupportedUnions_SQL_UNION`](https://github.com/apache/arrow/blob/master/go/arrow/flight/internal/flight/FlightSql.pb.go#L1242),
 which has the value 0. I believe this should be using 
[`pb.SqlInfo_SQL_SUPPORTED_UNIONS`](https://github.com/apache/arrow/blob/master/go/arrow/flight/internal/flight/FlightSql.pb.go#L373),
 which has the value 540.
   
   ### Component(s)
   
   Go


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