-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[style] (fe) wrap and whitespace rules #9764
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
change below rules' severity to error and fix original code error: - EmptyBlock - EmptyCatchBlock - LeftCurly - RightCurly - IllegalTokenText - MultipleVariableDeclarations - OneStatementPerLine - StringLiteralEquality - UnusedLocalVariable - Indentation - OuterTypeFilename - MethodParamPad - GenericWhitespace - NoWhitespaceBefore - OperatorWrap - ParenPad - WhitespaceAfter - WhitespaceAround
|
just like step 1 #9460 , all fe check style error is not related to the rules this patch care about |
fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java
Outdated
Show resolved
Hide resolved
morningman
left a comment
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
| } | ||
|
|
||
| public boolean isUnNullSafeEquivalence() { return this == EQ; }; | ||
| ; |
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.
remove
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
I will merge this PR quickly to avoid further conflicts with other PRs. |
change below rules' severity to error and fix original code error:
Proposed changes
Issue Number: close #9405
Checklist(Required)