james-willis opened a new pull request, #1019: URL: https://github.com/apache/sedona-db/pull/1019
`adbc_core` 0.23 changed `Statement::execute` to return `Box<dyn RecordBatchReader + Send + 'static>` instead of `impl RecordBatchReader` (our impl body already produced the boxed reader, so it's a one-line signature change). Bumps the `adbc_core`/`adbc_ffi` floor to `>=0.23.0` to match. Supersedes #892 (the Dependabot bump), which couldn't build without this code change. -- 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]
