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-27055: hive-exec typos part 3 #4035

Merged
merged 21 commits into from Feb 24, 2023
Merged

HIVE-27055: hive-exec typos part 3 #4035

merged 21 commits into from Feb 24, 2023

Conversation

mlorek
Copy link
Contributor

@mlorek mlorek commented Feb 7, 2023

What changes were proposed in this pull request?

fix typos in comments and code

Why are the changes needed?

to improve code quality

Does this PR introduce any user-facing change?

No (except debug logging)

How was this patch tested?

build

mlorek and others added 2 commits February 8, 2023 10:51
# Conflicts:
#	ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
@mlorek mlorek requested review from ayushtkn and removed request for miklosgergely February 21, 2023 12:36
@mlorek
Copy link
Contributor Author

mlorek commented Feb 23, 2023

@abstractdog any chance you could review it?

@@ -798,7 +798,7 @@ && shouldBootstrapDumpAcidTable(table.getTableName())) {
return !ReplUtils.tableIncludedInReplScope(work.oldReplScope, table.getTableName());
}

private boolean isTableSatifiesConfig(Table table) {
private boolean isTableSatisfiesConfig(Table table) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if we're about grammar, and this is a private method (we won't break anything), isn't it "doesTableSatisfyConfig instead?

@abstractdog abstractdog self-requested a review February 23, 2023 09:11
Copy link
Contributor

@abstractdog abstractdog left a comment

Choose a reason for hiding this comment

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

LGTM, 1 minor change request

@sonarcloud
Copy link

sonarcloud bot commented Feb 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mlorek mlorek requested review from abstractdog and removed request for ayushtkn, miklosgergely and pgaref February 23, 2023 16:27
Copy link
Contributor

@abstractdog abstractdog left a comment

Choose a reason for hiding this comment

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

+1

@abstractdog abstractdog merged commit 7469510 into apache:master Feb 24, 2023
yeahyung pushed a commit to yeahyung/hive that referenced this pull request Jul 20, 2023
tarak271 pushed a commit to tarak271/hive-1 that referenced this pull request Dec 19, 2023
@mlorek mlorek deleted the typos3 branch February 7, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants