Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: adbc-drivers/datafusion

ADBC Driver Foundry Driver for Apache DataFusion 0.25.0 (2026年06月09日)

09 Jun 13:31
@github-actions github-actions
4a99805
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

New Features

  • allow customizing SessionContext for downstream drivers (#29)
  • vendor datafusion-cli helpers for parity (#28)

Detailed Changelog

  • 4a99805: chore: bump version (#31)
  • d04743d: chore: bump workflows, dependencies (#30)
  • 9bd1d65: feat: allow customizing SessionContext for downstream drivers (#29)
  • c386d33: feat: vendor datafusion-cli helpers for parity (#28)
Assets 8
Loading

ADBC Driver Foundry Driver for Apache DataFusion 0.24.1 (2026年05月28日)

28 May 01:25
@github-actions github-actions
101be24
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

New Features

  • support 'datafusion://' URI (#25)

Documentation Updates

  • note URI support (#26)

Detailed Changelog

Loading

ADBC Driver Foundry Driver for Apache DataFusion 0.24.0 (2026年05月27日)

27 May 06:47
@github-actions github-actions
203b8e7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

New Features

  • implement bind support (#21)
  • share one context between connections (#20)
  • enable GetTableSchema (#19)
  • implement prepare (#13)
  • implement get_objects (#11)
  • add support for ingest mode, various validation fixes (#8)
  • add datafusion driver (#2207)

Bug Fixes

  • stream results instead of materializing (#23)
  • using datafusion driver in async runtime (#3712)
  • fix package.rust-version fields to match to MSRV (#2997)
  • Let immutable drivers create connections (#2788)

Documentation Updates

  • update CONTRIBUTING/docs (#17)
  • generate driver status from README badges (#2890)

Detailed Changelog

  • 203b8e7: chore: bump version (#24)
  • 608c0d2: fix: stream results instead of materializing (#23)
  • bcfad0f: refactor: clean up bind implementation (#22)
  • 604657c: feat: implement bind support (#21)
  • 222ca47: feat: share one context between connections (#20)
  • 70a7499: feat: enable GetTableSchema (#19)
  • a75c4e2: test: enable ExecuteSchema (#18)
  • cc1557a: docs: update CONTRIBUTING/docs (#17)
  • 3a81743: refactor: use more normal repo layout (#16)
  • 4bfd285: test: update sql-type-name as needed (#15)
  • ea10e11: test: re-enable ingest cases (#14)
  • d0591f8: feat: implement prepare (#13)
  • f98d8b6: refactor: use ErrorHelper (#12)
  • 5165ae6: feat: implement get_objects (#11)
  • 87889a8: test: update to txtcase files (#10)
  • a0219e0: feat: add support for ingest mode, various validation fixes (#8)
  • 04a194e: chore: upgrade arrow to 58/adbc to 0.23/datafusion to 53 (#9)
  • 62577a5: chore: tweak README (#7)
  • abe3f4c: chore: move README (#6)
  • 2787dd5: chore: check repo standards (#5)
  • 4d98949: chore: check repo standards (#5)
  • 7828cc4: test: add (failing) validation suite (#4)
  • a316c53: refactor: use driverbase-rs, get rid of some unwraps (#3)
  • 4ff5881: chore: fix package generation (#2)
  • ef12b9c: ci: set up CI workflows (#1)
  • 0a202ef: chore: add ADBC Driver Foundry structure
  • 5956ad0: chore(rust): Bump prost from 0.14.1 to 0.14.3 (#3887)
  • d73dbf2: chore(rust): Bump the arrow-datafusion group in /rust with 2 updates (#3920)
  • e580586: chore(rust): bump dependent datafusion and arrow (#3894)
  • 23f4198: chore(rust): Bump tokio from 1.48.0 to 1.49.0 in /rust (#3866)
  • 459b4c1: chore(rust): bump datafusion to 51.0.0 (#3772)
  • 3a88ac1: fix(rust): using datafusion driver in async runtime (#3712)
  • 91a9b6d: chore(rust): Bump tokio from 1.47.1 to 1.48.0 in /rust (#3599)
  • 640e815: chore(rust): support arrow 57 (#3647)
  • 0761bfd: chore(rust): Bump the arrow-datafusion group in /rust with 2 updates (#3533)
  • aa10395: chore(rust): Bump the arrow-datafusion group in /rust with 4 updates (#3504)
  • 6838a2a: chore(rust): bump datafusion to 50.0.0 (#3458)
  • 39177cd: refactor(rust)!: move the ffi related stuff to the new adbc_ffi package (#3381)
  • 2a7ad57: refactor(rust)!: move the driver_manager feature to the new adbc_driver_manager package (#3197)
  • f8f4437: chore(rust): bump dependent datafusion and update msrv (#3228)
  • c4313df: chore(rust): bump tokio from 1.46.1 to 1.47.0 in /rust (#3211)
  • c85564e: docs: generate driver status from README badges (#2890)
  • 4c53ef2: test(rust): don't use ffi for tests (#3172)
  • 2d7afe8: chore(rust)!: update to datafusion 48 (#3167)
  • 4c82072: chore(rust): bump tokio from 1.45.1 to 1.46.1 in /rust (#3113)
  • 9813816: chore(rust): separate adbc_core and adbc_datafusion arrow version requirements (#3017)
  • 39775f2: fix(rust): fix package.rust-version fields to match to MSRV (#2997)
  • 809defb: chore(rust): bump tokio from 1.44.2 to 1.45.0 in /rust (#2818)
  • d9e3541: fix(rust)!: Let immutable drivers create connections (#2788)
  • 294c351: chore(rust): bump the arrow-datafusion group in /rust with 2 updates (#2732)
  • 4b56808: chore(rust): bump the datafusion group in /rust with 2 updates (#2645)
  • 3e0cbe0: chore(rust): bump the datafusion group in /rust with 2 updates (#2601)
  • 1c4f487: chore(rust): bump tokio from 1.43.0 to 1.44.0 in /rust (#2603)
  • 8cb36da: chore(rust): fix readme paths (#2593)
  • 85654a8: chore(rust): bump rust-version to match msrv of datafusion (#2592)
  • ce1c730: chore(rust): bump prost from 0.13.4 to 0.13.5 in /rust (#2536)
  • 31bb5fc: chore(rust): bump arrow and datafusion (#2518)
  • 0b1ff8e: chore(rust): publish driver crates (#2480)
  • 289e574: chore(rust): include more metadata fields in Cargo manifests (#2472)
  • 76987a1: chore(rust): bump tokio from 1.42.0 to 1.43.0 in /rust (#2443)
  • 45241d6: chore(rust): bump the datafusion group in /rust with 2 updates (#2422)
  • 44c08ad: chore(rust): bump tokio from 1.41.1 to 1.42.0 in /rust (#2384)
  • 1fad37a: chore(rust): bump prost from 0.13.3 to 0.13.4 in /rust (#2386)
  • 290f826: chore(rust): bump the datafusion group in /rust with 2 updates (#2393)
  • d8947ba: feat(rust): add datafusion driver (#2207)
  • fe96ea9: Initial commit
Loading
tokoko reacted with heart emoji
1 person reacted

AltStyle によって変換されたページ (->オリジナル) /