paleolimbot commented on issue #581: URL: https://github.com/apache/arrow-adbc/issues/581#issuecomment-2659691292
If we returned `null` instead of `int64` for an empty table then the custom code would be much easier (`pa.concat_xxx()` I believe will cast a `null` to anything else, but won't cast an `int64`). Other than that, I think requesting a schema would be helpful here (SQLite is not the only loosly typed data source that we might want a driver for!) -- 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]
