-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Minor: Add docs and examples for DataFusionErrorBuilder
#14551
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
Conversation
79335d2 to
fc06f59
Compare
eliaperantoni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful!
jonahgao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍
datafusion/common/src/error.rs
Outdated
| DiagnosticsIterator { head: self }.next() | ||
| } | ||
|
|
||
| /// Return an iterator this [`DataFusionError`] and any other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps it should be "Return an iterator over this ..."?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in 1da42a2
|
Thank you very much for the review @jonahgao |
Which issue does this PR close?
DataFusionError::Collectionto return multipleDataFusionErrors #14439Rationale for this change
@eliaperantoni added the nice
DataFusionErrorBuilderinDataFusionError::Collectionto return multipleDataFusionErrors #14439It would be nice to have some documentation and examples on this structure to make it easier to use
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?