You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/02/06 19:37:35 UTC

[GitHub] [arrow-adbc] lidavidm opened a new pull request, #422: fix(go/adbc/driver/flightsql): deal with catalogless schemas

lidavidm opened a new pull request, #422:
URL: https://github.com/apache/arrow-adbc/pull/422

   Some Flight SQL implementations, like Dremio, return no catalogs and instead have schemas live in an unnamed catalog. Handle these cases so you can still introspect metadata.


-- 
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-adbc] lidavidm commented on pull request #422: fix(go/adbc/driver/flightsql): deal with catalogless schemas

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on PR #422:
URL: https://github.com/apache/arrow-adbc/pull/422#issuecomment-1419642102

   This also raises the question of whether we should make catalog/schema names nullable in GetObjects...


-- 
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-adbc] lidavidm merged pull request #422: fix(go/adbc/driver/flightsql): deal with catalogless schemas

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm merged PR #422:
URL: https://github.com/apache/arrow-adbc/pull/422


-- 
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-adbc] lidavidm commented on pull request #422: fix(go/adbc/driver/flightsql): deal with catalogless schemas

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on PR #422:
URL: https://github.com/apache/arrow-adbc/pull/422#issuecomment-1419647976

   That's #421 


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