HIVE-22618: Fix checkstyle violations for ParseUtils - #4451
Merged
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
Contributor
|
@ayushtkn @zabetak @deniskuzZ Could you pls check? This change are just code style change. I think it should be OK. |
Member
|
can't we do the reformat when we actually change something in that class? i don't see any benefit at this point |
Contributor
Author
|
@deniskuzZ Thanks for taking a look! If I remember correctly, I filed this ticket paired with HIVE-22601 to resolve a parser issue. I found that another ticket has resolved the problem of HIVE-22601, so I created this PR just to get the cosmetic part closed. It is totally OK for me to close this PR and void HIVE-22618. My purpose is to close the orphaned ticket assigned to me. |
Contributor
Author
|
Thanks! |
scarlin-cloudera
pushed a commit
to scarlin-cloudera/hive
that referenced
this pull request
Aug 29, 2023
…d by Denys Kuzmenko) Closes apache#4451
tarak271
pushed a commit
to tarak271/hive-1
that referenced
this pull request
Dec 19, 2023
…d by Denys Kuzmenko) Closes apache#4451
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








What changes were proposed in this pull request?
This PR would just format
ParseUtils.java.https://issues.apache.org/jira/browse/HIVE-22618
I recommend reviewers take a look at the diff of this PR via the following URL.
https://github.com/apache/hive/compare/master...okumin:HIVE-22618-checkstyle?w=1
Why are the changes needed?
Indentations of this file are totally broken and I felt it is hard to modify the file while working on another issue.
I'd say we have no strong reasons to merge this one. I just created it because I hope other PRs are unlikely to conflict with this change now since it is not often updated recently.
Does this PR introduce any user-facing change?
No
Is the change a dependency upgrade?
No
How was this patch tested?
These are the original checkstyle report.
This is the result after applying this change. I'm keeping the
TODOones since it looks intentional.