Skip to content

[WIP] Experiment with DataFusion against Arrow with Extension DataType support - #15663

Closed
paleolimbot wants to merge 3 commits into
apache:mainfrom
paleolimbot:arrow-with-extensio
Closed

[WIP] Experiment with DataFusion against Arrow with Extension DataType support#15663
paleolimbot wants to merge 3 commits into
apache:mainfrom
paleolimbot:arrow-with-extensio

Conversation

@paleolimbot

@paleolimbotpaleolimbot commented Apr 9, 2025

Copy link
Copy Markdown
Member

Which issue does this PR close?

Another experiment in pursuit of #12644

Rationale for this change

It has been suggested that adding an Extension member to the DataType enum will be disruptive to downstream projects, so I thought I'd give it a try.

This also includes a (hacky) update to Arrow 55 but I separeated the commits.

What changes are included in this PR?

I added enough to get this to build and will experiment with an example to see what is required of Arrow to get extension types passing through various components (or if it's already built-in).

Built against apache/arrow-rs#7398 .

Are these changes tested?

Not yet!

@github-actionsgithub-actionsBot added sql SQL Planner logical-expr Logical plan and expressions core Core DataFusion crate common Related to common crate proto Related to proto crate functions Changes to functions implementation datasource Changes to the datasource crate labels Apr 9, 2025
@paleolimbot

Copy link
Copy Markdown
MemberAuthor

Closing since this is no longer needed!

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

Labels

commonRelated to common cratecoreCore DataFusion cratedatasourceChanges to the datasource cratefunctionsChanges to functions implementationlogical-exprLogical plan and expressionsprotoRelated to proto cratesqlSQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@paleolimbot