Skip to content

Conversation

jonathanc-n
Copy link
Contributor

For @gabotechs 's #145 branch

@gabotechs gabotechs deleted the branch datafusion-contrib:gabrielmusat/execution-experiment September 24, 2025 05:54
@gabotechs gabotechs closed this Sep 24, 2025
@gabotechs
Copy link
Collaborator

gabotechs commented Sep 24, 2025

🤔 I think as soon as #145 was merged and the branch was deleted this PR got automatically closed... but I did not do it intentionally

@jonathanc-n
Copy link
Contributor Author

jonathanc-n commented Sep 24, 2025

No worries, did it seems like a valid change? Should I make another pr?

@gabotechs
Copy link
Collaborator

Let me take a look at this one now


mod arrow_error;
mod datafusion_error;
pub mod distributed_plan_error;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry if this looked confusing, the errors module here is not really a collection of errors used along the project (as it usually happens in Rust projects). These are meant to be just Protobuf variants for upstream's DataFusionError struct rather than actual errors that can be thrown, so that means probably DistributedPlanError should not belong here.

That being said, we probably should move this errors folder inside of the protobuf now that we have one, that would scope things better and avoid confusion.

About whether having an errors module with an actual collection of errors (with just the DistributedPlanError for now), or just leaving the DistributedPlanError where it is, no strong opinion.

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.

2 participants