Skip to content

[style] improve code formatting across multiple modules#998

Merged
casionone merged 1 commit intodev-2.0.0from
dev-2.0.0-code-format
Apr 23, 2026
Merged

[style] improve code formatting across multiple modules#998
casionone merged 1 commit intodev-2.0.0from
dev-2.0.0-code-format

Conversation

@v-kkhuang
Copy link
Copy Markdown

What is the purpose of the change

Background/Problem:
Currently, code formatting across multiple modules is inconsistent, which can affect code readability and maintainability. Different modules have varying code styles, making it harder for developers to navigate and understand the codebase.

Purpose of Change:
To address this problem, this PR standardizes code formatting across multiple modules including commons, computation-governance, and extensions by applying consistent formatting rules to Scala and Java source files.

Value/Impact:
After the change, code readability and maintainability are improved with consistent formatting standards across the project, making it easier for developers to work with the codebase.

Related issues/PRs

Related issues: close #997
Related pr:none

Brief change log

  • Format Scala and Java files in linkis-commons/linkis-hadoop-common
  • Format Scala and Java files in linkis-computation-governance/linkis-entrance
  • Format Java files in linkis-extensions/linkis-et-monitor
  • Remove obsolete hive-location-control-test.sh test script

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible
  • If this is a code change: I have written unit tests to fully verify the new behavior.

Copy link
Copy Markdown

@casionone casionone left a comment

Choose a reason for hiding this comment

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

LGTM.

@casionone casionone merged commit 9b2d2d8 into dev-2.0.0 Apr 23, 2026
12 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants