[fix](auth)Fix the issue of incorrectly checking base table permissions when querying external views#53786
Merged
starocean999 merged 4 commits intoapache:masterfrom Jul 24, 2025
Merged
Conversation
Contributor
Author
|
run buildall |
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
924060929
approved these changes
Jul 23, 2025
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
morrySnow
approved these changes
Jul 23, 2025
TPC-H: Total hot run time: 33907 ms |
TPC-DS: Total hot run time: 187553 ms |
ClickBench: Total hot run time: 33.1 s |
Contributor
Author
|
run p0 |
Contributor
Author
|
run cloud_p0 |
Contributor
Author
|
run p0 |
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Jul 29, 2025
…ns when querying external views (apache#53786) - Add ViewIf interface. - Make View implement ViewIf. - Add ExternalView implementing ViewIf. - Update LogicalView to use ViewIf instead of View. # Conflicts: # fe/fe-core/src/main/java/org/apache/doris/catalog/View.java
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Jul 29, 2025
…ns when querying external views (apache#53786) - Add ViewIf interface. - Make View implement ViewIf. - Add ExternalView implementing ViewIf. - Update LogicalView to use ViewIf instead of View. # Conflicts: # fe/fe-core/src/main/java/org/apache/doris/catalog/View.java # fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Jul 29, 2025
…ns when querying external views (apache#53786) - Add ViewIf interface. - Make View implement ViewIf. - Add ExternalView implementing ViewIf. - Update LogicalView to use ViewIf instead of View. # Conflicts: # fe/fe-core/src/main/java/org/apache/doris/catalog/View.java # fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java
w41ter
pushed a commit
to w41ter/incubator-doris
that referenced
this pull request
Jul 30, 2025
…ns when querying external views (apache#53786) - Add ViewIf interface. - Make View implement ViewIf. - Add ExternalView implementing ViewIf. - Update LogicalView to use ViewIf instead of View.
zhiqiang-hhhh
pushed a commit
to zhiqiang-hhhh/doris
that referenced
this pull request
Aug 4, 2025
…ns when querying external views (apache#53786) - Add ViewIf interface. - Make View implement ViewIf. - Add ExternalView implementing ViewIf. - Update LogicalView to use ViewIf instead of View.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Fix the issue of incorrectly checking base table permissions when querying external views
Release note
Fix the issue of incorrectly checking base table permissions when querying external views
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)