Skip to content

Add RFC for ADBC Driver for Presto - #65

Open
jja725 wants to merge 2 commits into
prestodb:mainfrom
jja725:adbc-driver-rfc
Open

Add RFC for ADBC Driver for Presto#65
jja725 wants to merge 2 commits into
prestodb:mainfrom
jja725:adbc-driver-rfc

Conversation

@jja725

@jja725 jja725 commented Jul 31, 2026

Copy link
Copy Markdown

Summary

This RFC proposes an official ADBC (Arrow Database Connectivity) driver for Presto, implemented in Go on top of the ADBC driverbase-go framework and wrapping the Presto Go client v2 (RFC-0022).

  • Enables any ADBC-capable application (Python, R, Go, C/C++, Rust, Java) to query Presto and receive Arrow record batches through the standard ADBC driver manager
  • Requires no server-side changes — pure client-side component
  • Follows the same architecture as the existing Trino ADBC driver in the adbc-drivers organization
  • A working prototype exists at jja725/adbc-presto with 85 passing integration tests

Related:

jja725 and others added 2 commits July 31, 2026 00:17
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jja725

jja725 commented Jul 31, 2026

Copy link
Copy Markdown
Author

@ethanyzhang @aditi-pandit would appreciate your feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant