Skip to content
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

HIVE-24390 Spelling common #2810

Merged
merged 43 commits into from Mar 3, 2022
Merged

HIVE-24390 Spelling common #2810

merged 43 commits into from Mar 3, 2022

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Nov 23, 2021

What changes were proposed in this pull request?

This PR corrects misspellings identified by the check-spelling action in the common directory (and a file named common).

Why are the changes needed?

Typos lead to all sorts of problems, branding errors, tests that don't test what's expected, difficulty in understanding both the code and the product.

Landing this would make it possible to extend the check-spelling workflow for the common/ directory (while guarding against additional typos in them once a directory's typos have been fixed). See #1674 (comment)

Does this PR introduce any user-facing change?

Probably the changes in common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

How was this patch tested?

The CI does testing (negative testing: jsoref@801665d#commitcomment-60756038; positive testing w/ this PR: jsoref@c1bd0cd) and the goal is to include it.

Depending on the order of things, this PR could be landed w/ the CI extension as well.

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@kgyrtkirk
Copy link
Member

it seems like there were some unrelated failures? I've restarted the tests

@@ -5106,25 +5106,25 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal
"Specifies the minimum amount of tasks, executed by a particular LLAP daemon, before the health\n" +
"status of the node is examined."),
LLAP_NODEHEALTHCHECKS_MININTERVALDURATION(
"hive.llap.nodehealthckecks.minintervalduration", "300s",
"hive.llap.nodehealthchecks.minintervalduration", "300s",
Copy link
Member

Choose a reason for hiding this comment

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

actually; this is a breaking change - but I don't think anyone have ever changed these configs....so lets keep them

@kgyrtkirk
Copy link
Member

I've kicked off the tests once more - but the test failures seem to be releated to the changes; because the same set of tests failed.

http://ci.hive.apache.org/job/hive-precommit/job/PR-2810/2/testReport/org.apache.hadoop.hive.cli/TestNegativeLlapLocalCliDriver/Testing___split_11___PostProcess___testCliDriver_stats_publisher_error_1_/

@kgyrtkirk kgyrtkirk merged commit adea623 into apache:master Mar 3, 2022
@jsoref jsoref deleted the spelling-common branch March 3, 2022 12:47
DongWei-4 pushed a commit to DongWei-4/hive that referenced this pull request Oct 28, 2022
dengzhhu653 pushed a commit to dengzhhu653/hive that referenced this pull request Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants