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

[Optimization-3917][core] Optimize explain and add test #3918

Merged
merged 6 commits into from
Nov 17, 2024

Conversation

aiwenmo
Copy link
Contributor

@aiwenmo aiwenmo commented Nov 13, 2024

Purpose of the pull request

1.Optimize explain sql to support select statement, etc.
2.Optimize get stream graph to support select statement, etc.
3.Optimize get job plan info to support select statement, etc.
4.Optimize get lineage to support select statement, etc.
5.Add test to check the new feature of statements.
6.Optimize debug task.
7.Optimize execution step tp support sort execution

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

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

(or)

This change added tests and can be verified as follows:

@aiwenmo aiwenmo self-assigned this Nov 13, 2024
@aiwenmo aiwenmo added the Optimization Optimization function label Nov 13, 2024
@aiwenmo aiwenmo added this to the 1.2.0 milestone Nov 13, 2024
@aiwenmo aiwenmo linked an issue Nov 13, 2024 that may be closed by this pull request
3 tasks
@aiwenmo aiwenmo marked this pull request as draft November 13, 2024 16:42
@aiwenmo
Copy link
Contributor Author

aiwenmo commented Nov 13, 2024

The implementation of other Flink versions is on the way.

@aiwenmo
Copy link
Contributor Author

aiwenmo commented Nov 14, 2024

@MactavishCui PTAL. Mocksink in flink 1.16,1.18,1.19, and other version is on the way.

@MactavishCui
Copy link
Contributor

@MactavishCui PTAL. Mocksink in flink 1.16,1.18,1.19, and other version is on the way.

Thanks for the heads-up. I'll have a look

@aiwenmo aiwenmo marked this pull request as ready for review November 15, 2024 15:11
@MactavishCui
Copy link
Contributor

@MactavishCui PTAL. Mocksink in flink 1.16,1.18,1.19, and other version is on the way.

Thanks for the heads-up. I'll have a look

LGTM

@aiwenmo aiwenmo merged commit 5b27418 into DataLinkDC:dev Nov 17, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimization function
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Optimization][core] Optimize explain and add test
3 participants