Conversation
b9929fa to
d6a5b9d
Compare
d6a5b9d to
3c3d2be
Compare
c030c56 to
961f16c
Compare
lidavidm
left a comment
There was a problem hiding this comment.
I feel like the application should do this and not the driver? It would be surprising (IMO) to load a driver and have a bunch of extension types registered, especially as this is a global registry
I wonder whether a driver ought to have a way to announce which extension types it uses. |
|
Perhaps, but also for Flight SQL the set is unbounded/determined by the server, so apps should be prepared to handle unrecognized extension types (I sort of think Arrow libraries should be more consistent and either treat all extension types as pure metadata, or all extension types as a separate type even if unregistered) |
|
Also, this doesn't do anything for usage outside of Go, right? |
@lidavidm I would assume so. I only tested for Go. Could you confirm @CurtHagenlocher |
No description provided.