You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "c-thiel (via GitHub)" <gi...@apache.org> on 2023/04/11 16:10:05 UTC

[GitHub] [arrow-rs] c-thiel opened a new issue, #4054: Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo

c-thiel opened a new issue, #4054:
URL: https://github.com/apache/arrow-rs/issues/4054

   **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: https://github.com/apache/arrow-rs/blob/6b17775f37b939221d855514db4ffb3344deb1f4/arrow-flight/src/sql/arrow.flight.protocol.sql.rs#L104
   
   It should be implemented in this match:
   https://github.com/apache/arrow-rs/blob/ee4003328d6615e011303ba57c24264a3f454e12/arrow-flight/src/sql/server.rs#L320
   
   as well as the Server Trait.
   
   **Expected behavior**
   I can implement all Flight SQL Commands without overwriting `get_flight_info` completly.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #4054: Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #4054: Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo
URL: https://github.com/apache/arrow-rs/issues/4054


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4054: Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4054:
URL: https://github.com/apache/arrow-rs/issues/4054#issuecomment-1517888977

   `label_issue.py` automatically added labels {'arrow'} from #4055


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4054: Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4054:
URL: https://github.com/apache/arrow-rs/issues/4054#issuecomment-1517889042

   `label_issue.py` automatically added labels {'arrow-flight'} from #4055


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org