-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature] sys.object_dependencies #35060
[Feature] sys.object_dependencies #35060
Conversation
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
fe/fe-core/src/main/java/com/starrocks/catalog/system/sys/ObjectDependencies.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs 0.0% Coverage The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
[FE Incremental Coverage Report]✅ pass : 47 / 51 (92.16%) file detail
|
[BE Incremental Coverage Report]❌ fail : 0 / 49 (00.00%) file detail
|
@Mergifyio backport branch-3.2 branch-3.1 |
✅ Backports have been created
|
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20)
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20) # Conflicts: # be/src/exec/CMakeLists.txt # be/src/exec/schema_scanner.cpp # be/src/exec/schema_scanner/schema_helper.cpp # be/src/exec/schema_scanner/schema_helper.h # fe/fe-core/src/main/java/com/starrocks/catalog/system/SystemId.java # fe/fe-core/src/main/java/com/starrocks/service/FrontendServiceImpl.java # gensrc/thrift/Descriptors.thrift
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20)
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20)
This reverts commit e17813c.
In the explanatory information, sys.object_dependecies are spelled incorrectly, it should be sys.object_dependencies. |
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20)
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20) Signed-off-by: Murphy <[email protected]> # Conflicts: # be/src/exec/CMakeLists.txt # be/src/exec/schema_scanner.cpp # be/src/exec/schema_scanner/schema_helper.cpp # be/src/exec/schema_scanner/schema_helper.h # fe/fe-core/src/main/java/com/starrocks/catalog/system/SystemId.java # fe/fe-core/src/main/java/com/starrocks/service/FrontendServiceImpl.java # gensrc/thrift/Descriptors.thrift
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20) Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20) Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]> (cherry picked from commit 9756c20) Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]> Co-authored-by: Murphy <[email protected]>
Why I'm doing:
What I'm doing:
sys.object_dependencies
view to show dependencies of objectsFixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: