Skip to content

Conversation

@timsaucer
Copy link
Member

@timsaucer timsaucer commented Oct 17, 2025

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-actions github-actions bot added the proto Related to proto crate label Oct 17, 2025
@timsaucer timsaucer added the api change Changes the API exposed to users of the crate label Oct 17, 2025
@timsaucer timsaucer requested a review from milenkovicm October 17, 2025 14:46
Copy link
Contributor

@milenkovicm milenkovicm left a comment

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 timsaucer force-pushed the refactor/remove-core-from-proto branch from 97031e1 to bcea606 Compare October 17, 2025 18:08
@timsaucer timsaucer marked this pull request as ready for review October 17, 2025 18:08
@alamb
Copy link
Contributor

alamb commented Oct 17, 2025

🎉

Copy link
Contributor

@Jefffrey Jefffrey left a comment

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 queue Oct 19, 2025
Merged via the queue into apache:main with commit f199b00 Oct 19, 2025
33 of 34 checks passed
@timsaucer timsaucer deleted the refactor/remove-core-from-proto branch October 19, 2025 10:28
tobixdev pushed a commit to tobixdev/datafusion that referenced this pull request Nov 2, 2025
## Which issue does this PR close?

- Closes apache#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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api change Changes the API exposed to users of the crate proto Related to proto crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove datafusion dependency from datafusion-proto

4 participants