kylebarron commented on issue #546: URL: https://github.com/apache/arrow-adbc/issues/546#issuecomment-1487213131
> Another workaround would be to write a driver-that-wraps-a-driver...basically make a driver wrapper that passes along all the method calls but wraps the output `ArrowArrayStream` with an implementation that parses the raw output, releases the source array, and replaces it with the parsed version That sounds ideal to me to get started. I guess the first thing to check is what the current ADBC driver behavior is with postgis types. Would/could it return a `BinaryArray` with whatever blobs are returned from the postgis wire format, which a wrapper could convert into geoarrow? Based on the [type support](https://arrow.apache.org/adbc/0.1.0/driver/cpp/postgresql.html#type-support) doc I was guessing it would fail on non-default types, but I haven't tested this yet. -- 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]
