-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix(typo): unqualifed to unqualified #11159
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
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
Thanks @waynexia
I think that would be the most user friendly option if you can do so |
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
|
||
| /// Create a new `DFSchema` from a list of Arrow [Field]s | ||
| #[deprecated( | ||
| since = "40.0.0", |
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.
👍 wow what a typo
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
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.
* fix(typo): unqualifed to unqualified Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * keep the old API Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Update datafusion/common/src/dfschema.rs Co-authored-by: Oleks V <comphead@users.noreply.github.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Oleks V <comphead@users.noreply.github.com>
Which issue does this PR close?
Closes #.
Rationale for this change
I find (actually this is found by my typo ci) this typo "unqualifed" in our public API.
What changes are included in this PR?
Correct the typo
Are these changes tested?
Are there any user-facing changes?
Yes, this is a breaking change.
I'm not sure how we should handle this. Maybe add a new correct spelling method that proxies to the current implementation, and deprecate the typo one?
Further more, is it necessary to setup a typo CI in this repository as well 🤔