You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I can implement all Flight SQL Commands without overwriting get_flight_info or using the Fallback.
Further Motivation
This command is actually quite common. When using PowerBI and the Dremio ODBC / Flight driver to connect to a flight server, it get's issued right before the preview of any dataset.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the flight SQL servers' get_flight_info method, there currently is no method for the
The command itself is defined here:
arrow-rs/arrow-flight/src/sql/arrow.flight.protocol.sql.rs
Line 104 in 6b17775
It should be implemented in this match:
arrow-rs/arrow-flight/src/sql/server.rs
Line 320 in ee40033
as well as the Server Trait.
Expected behavior
I can implement all Flight SQL Commands without overwriting
get_flight_info
or using the Fallback.Further Motivation
This command is actually quite common. When using PowerBI and the Dremio ODBC / Flight driver to connect to a flight server, it get's issued right before the preview of any dataset.
The text was updated successfully, but these errors were encountered: