appletreeisyellow opened a new pull request, #4340: URL: https://github.com/apache/arrow-rs/pull/4340
# Which issue does this PR close? Closes #4339. # Rationale for this change Enums `XdbcDataType`, `XdbcDatetimeSubcode`, `Nullable`, and `Searchable` that are defined and implemented in the following file is missing in module `arrow_flight::sql` as well as missing in [doc](https://docs.rs/arrow-flight/40.0.0/arrow_flight/sql/index.html) https://github.com/apache/arrow-rs/blob/b5a7481ac592c3bebe92adea1b7d50672f479439/arrow-flight/src/sql/arrow.flight.protocol.sql.rs#L2374-L2693 # What changes are included in this PR? Exposing thess enums # Are there any user-facing changes? Doc is updated. Here is a local version of the doc <img width="1243" alt="arow_flight sql doc" src="https://github.com/apache/arrow-rs/assets/14298407/3c939ce9-f460-457f-9997-45eef870460e"> -- 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]
