Skip to content

minor: reduce error size #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timsaucer
Copy link
Contributor

Which issue does this PR close?

None. Fixes CI.

Rationale for this change

With the update to rustc 1.87 CI is now broken due to the error size of DataFusionError. This boxes that type to reduce the error type size.

What changes are included in this PR?

Minor. Box the DataFusionError.

Are there any user-facing changes?

None.

…he error type. Work around this by boxing the datafusion error.
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.

3 participants