Skip to content

refactor: remove core crate from datafusion-proto - #18123

Merged
Jefffrey merged 6 commits into
apache:mainfrom
timsaucer:refactor/remove-core-from-proto
Oct 19, 2025
Merged

refactor: remove core crate from datafusion-proto#18123
Jefffrey merged 6 commits into
apache:mainfrom
timsaucer:refactor/remove-core-from-proto

Conversation

@timsaucer

@timsaucertimsaucer commented Oct 17, 2025

Copy link
Copy Markdown
Member

Which issue does this PR close?

Rationale for this change

Now that we have all the required supporting code moved out of the core crate, we can remove this as a dependency to reduce build times for downstream projects.

What changes are included in this PR?

Remove dependency.
Update paths.

Are these changes tested?

Existing unit tests since this is just a code shuffle.

Are there any user-facing changes?

  • Methods within the proto crate now take TaskContext instead of SessionContext

@github-actionsgithub-actionsBot added the proto Related to proto crate label Oct 17, 2025
@timsaucertimsaucer added the api change Changes the API exposed to users of the crate label Oct 17, 2025

@milenkovicmmilenkovicm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO this makes sense
thanks @timsaucer

@timsaucer
timsaucerforce-pushed the refactor/remove-core-from-proto branch from 97031e1 to bcea606CompareOctober 17, 2025 18:08
@timsaucer
timsaucer marked this pull request as ready for review October 17, 2025 18:08
@alamb

Copy link
Copy Markdown
Contributor

🎉

Comment threaddatafusion/proto/Cargo.toml
Comment threaddatafusion/proto/Cargo.toml

@JefffreyJefffrey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jefffrey
Jefffrey added this pull request to the merge queueOct 19, 2025
Merged via the queue into apache:main with commit f199b00Oct 19, 2025
33 of 34 checks passed
@timsaucer
timsaucer deleted the refactor/remove-core-from-proto branch October 19, 2025 10:28
tschwarzinger pushed a commit to tschwarzinger/datafusion that referenced this pull request Nov 2, 2025
## Which issue does this PR close?
- Closesapache#17713.
## Rationale for this change
Now that we have all the required supporting code moved out of the
`core` crate, we can remove this as a dependency to reduce build times
for downstream projects.
## What changes are included in this PR?
Remove dependency.
Update paths.
## Are these changes tested?
Existing unit tests since this is just a code shuffle.
## Are there any user-facing changes?
- Methods within the proto crate now take `TaskContext` instead of
`SessionContext`
EeshanBembi pushed a commit to EeshanBembi/datafusion that referenced this pull request Nov 24, 2025
## Which issue does this PR close?
- Closesapache#17713.
## Rationale for this change
Now that we have all the required supporting code moved out of the
`core` crate, we can remove this as a dependency to reduce build times
for downstream projects.
## What changes are included in this PR?
Remove dependency.
Update paths.
## Are these changes tested?
Existing unit tests since this is just a code shuffle.
## Are there any user-facing changes?
- Methods within the proto crate now take `TaskContext` instead of
`SessionContext`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api changeChanges the API exposed to users of the crateprotoRelated to proto crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove datafusion dependency from datafusion-proto

4 participants

@timsaucer@alamb@milenkovicm@Jefffrey