Skip to content

branch-2.1:[fix](auth)Fix the issue of incorrectly checking base table permissio…#54005

Merged
yiguolei merged 2 commits intoapache:branch-2.1from
zddr:hms_view_auth_2.1
Aug 1, 2025
Merged

branch-2.1:[fix](auth)Fix the issue of incorrectly checking base table permissio…#54005
yiguolei merged 2 commits intoapache:branch-2.1from
zddr:hms_view_auth_2.1

Conversation

@zddr
Copy link
Copy Markdown
Contributor

@zddr zddr commented Jul 29, 2025

…ns when querying external views (#53786)

pick: #53786

…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 zddr requested a review from yiguolei as a code owner July 29, 2025 03:18
@hello-stephen
Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@zddr
Copy link
Copy Markdown
Contributor Author

zddr commented Jul 29, 2025

run buildall

@zddr
Copy link
Copy Markdown
Contributor Author

zddr commented Jul 29, 2025

run buildall

@yiguolei yiguolei merged commit 8523fde into apache:branch-2.1 Aug 1, 2025
20 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.

3 participants