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

[Improve] Improve streampark-console method name base on [3.1 Naming Style] #3364

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

VampireAchao
Copy link
Contributor

What changes were proposed in this pull request

Issue Number: see #3064

Brief change log

Improve streampark-console system package module service name base on [3.1 Naming Style]

Just method name

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Yes

This change is already covered by existing tests, such as (please describe tests).

No

This change added tests and can be verified as follows:

Does this pull request potentially affect one of the following parts

  • Dependencies (does it add or upgrade a dependency): No

@@ -118,7 +118,7 @@ public RestResponse get(String id) throws InternalException {
@Operation(summary = "List the applications sql histories")
@PostMapping("history")
public RestResponse sqlhistory(Application application) {
List<FlinkSql> sqlList = flinkSqlService.history(application);
List<FlinkSql> sqlList = flinkSqlService.listFlinkSqlHistory(application);
Copy link
Member

Choose a reason for hiding this comment

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

too long

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👌

Copy link
Member

@wolfboys wolfboys left a comment

Choose a reason for hiding this comment

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

LGTM

@wolfboys wolfboys merged commit 0a660d0 into apache:dev Nov 30, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants