-
Notifications
You must be signed in to change notification settings - Fork 62
feat: Add spice-specific APIs for DF51 upgrade #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+929
−1,140
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Upgrade rusqlite to v0.37 & tokio-rusqlite to v0.7 * v0.37 updates
* Upgrade to datafusion 51, arrow 57 * Bump duckdb and r2d2_adbc * Fix clippy * Bump r2d2_adbc to 0.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phillip LeBlanc <[email protected]>
Port MongoDB table provider from spiceai branch to v0.9.2 which uses DataFusion 51.0.0. This includes: - MongoDB TableProvider implementation - Connection pooling - BSON to Arrow conversion - Query predicate pushdown support The mongodb feature was originally contributed by Spice to upstream datafusion-table-providers but was not included in the DF51 upgrade.
…spiceai-51 branch
- Add with_function_support method to DuckDBTableProviderFactory - Add with_function_support, with_schema, with_indexes to DuckDBTableFactory - These are needed for the spice runtime to compile with DF51
Bumps [bb8](https://github.com/djc/bb8) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/djc/bb8/releases) - [Commits](djc/bb8@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: bb8 dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Kim <[email protected]>
phillipleblanc
approved these changes
Jan 13, 2026
Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 57.0.0 to 57.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.46.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.2...1.46.0) --- updated-dependencies: - dependency-name: insta dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.