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-28502: Refactor method names that start with capital letters in … #5434

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

difin
Copy link
Contributor

@difin difin commented Sep 6, 2024

…PasswdAuthenticationProvider class

What changes were proposed in this pull request?

Rename PasswdAuthenticationProvider's 'Authenticate' method to 'authenticate' according to Java naming convention.

Why are the changes needed?

To fix a method name that is wrong according to Java naming conventions.

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

No

How was this patch tested?

Existing unit tests and query tests.

@zhangbutao
Copy link
Contributor

Looks good! Need to rebase to fix the conflicts.

BTW, I think if we can do checkstyle in the ci pipeline, then we will avoid lots of similar code style issue.
But hive never use the checkstyle except the hive-iceberg handler module. :( see HIVE-28499

Copy link
Member

@deniskuzZ deniskuzZ 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

@difin difin force-pushed the camelCase-Authenticate-mathod branch from 937516c to f88dd25 Compare September 11, 2024 16:10
Copy link

@zhangbutao zhangbutao merged commit 57e80a2 into apache:master Sep 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants