-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29207: Remove check-spelling CI action #6080
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
The check-spelling action reports many false positives that require additional work and extra commits to address. Addressing the errors requires additional work from contributors and extra resources from CI since all tests are triggered again on new commits. Occasionally it also detects valid typos but at this stage the negatives outweigh the positives. See: https://lists.apache.org/thread/bb2ncb5ytk50j73fcwzw0wbdsblkw9x3 https://lists.apache.org/thread/n7k808bkxtclww95fhgkznfsol32f0mn
|
It seems that spell-checking will continue to run everywhere till we merge this to master. |
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (12244)truncated please see the log or artifact if available Some files were automatically ignoredThese sample patterns would exclude them: You should consider excluding directory paths (e.g. You should consider adding them to: File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use Warnings (2)See Warning descriptions for more information.
Script unavailabletruncated please see the log or artifact if available If the flagged items do not appear to be textIf items relate to a ...
|
|
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. Go for it. I never liked this bot....
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. As a last attempt it says spell-checking failed :D
|
Thanks for the reviews @ayushtkn and @InvisibleProgrammer ! |



Why are the changes needed?
The check-spelling action reports many false positives that require additional work and extra commits to address. Addressing the errors requires additional work from contributors and extra resources from CI since all tests are triggered again on new commits. Occasionally it also detects valid typos but at this stage the negatives outweigh the positives.
See:
https://lists.apache.org/thread/bb2ncb5ytk50j73fcwzw0wbdsblkw9x3 https://lists.apache.org/thread/n7k808bkxtclww95fhgkznfsol32f0mn
Does this PR introduce any user-facing change?
No
How was this patch tested?
Verify that action stops running after merging this pull request.