Spark DataSource backed by a DataFusion TableProvider over ADBC
還沒有人認領這個 Issue。
評估
- 難度
- 5/5
- 預估耗時
- 一週以上
- 新手友好度
- 25/100
- Issue 類型
- 功能
- 描述清晰度
- 描述清楚
- 活躍度
- 停滯
研究方向
先從 #111 中引用的實作開始,然後將其與此 issue 宣告的範圍進行比較:adbc-datafusion DataSourceV2、pushdowns、分割讀取、executor connection pooling 和 PySpark 覆蓋。執行 issue 中提到的端到端覆蓋,並驗證列出的每項能力都已得到體現且正常運作。
由索引模型根據 Issue 內容生成。
描述
Is your feature request related to a problem or challenge?
Spark users want to read data from a DataFusion TableProvider as a native Spark DataSourceV2. Today there is no first-class path; options are either a bespoke per-operation JNI surface (more native surface to maintain) or copying data out of process.
Describe the solution you'd like
A Spark DataSourceV2 connector that places the native boundary at a standard ADBC driver. Spark talks to the upstream arrow-adbc Java driver manager (adbc-core + adbc-driver-jni), which loads a native DataFusion ADBC cdylib and returns arrow-java ArrowReaders consumed zero-copy as ArrowColumnVectors on the cluster-provided Arrow. This reuses the upstream ADBC bindings rather than reproducing them.
Scope:
adbc-datafusionformat registered as aDataSourceV2; schema probed on the driver.- Projection / filter / limit pushdown via Substrait, with a SQL fallback.
- Multi-partition reads (
executePartitioned/readPartition) and atarget_partitionsoption. - Per-executor connection pool to amortize driver/database setup across task slots.
- An example DataFusion ADBC driver cdylib plus end-to-end (PySpark) coverage.
Describe alternatives you've considered
A plain-C scan ABI + hand-written JNI shim (discussed on #103 / #104). The ADBC approach reuses standard, separately-reviewed bindings and a stable driver contract instead.
Additional context
Implemented in #111.
- 主要語言
- Java
- 星號
- 32
- 分支
- 12
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
apache/datafusion-java 的其他 Issue
-
難度 5/5 一週以上 新手友好度 35/100
apache/datafusion-java#116 ·
-
enhancement
難度 5/5 一週以上 新手友好度 42/100
apache/datafusion-java#96 ·
-
enhancement
難度 5/5 一週以上 新手友好度 38/100
apache/datafusion-java#95 ·
-
enhancement
難度 4/5 3-5 天 新手友好度 35/100
apache/datafusion-java#86 · 3 則留言 ·
-
enhancement
難度 5/5 一週以上 新手友好度 45/100
apache/datafusion-java#68 ·
查看 apache/datafusion-java 的全部 Issue
相似的 Issue
-
certification
難度 1/5 1 小時以內 新手友好度 80/100
-
難度 2/5 1-3 小時 新手友好度 75/100
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's 未關閉bug ecr
難度 2/5 1-3 小時 新手友好度 75/100
-
Needs: Triage Type: Feature request
難度 2/5 1-3 小時 新手友好度 70/100
AntennaPod/AntennaPod#8794 ·
-
agentic-workflows
難度 2/5 1-3 小時 新手友好度 65/100
github/copilot-sdk#2760 ·