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

Minor: Make LogicalPlan::apply_subqueries and LogicalPlan::map_subqueries pub #9998

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Apr 8, 2024

Which issue does this PR close?

Part of #9994

Rationale for this change

These methods were introduced in #9913 by @peter-toth but not marked pub

What changes are included in this PR?

  1. Mark apply_subqueries and map_subueries pub

Are these changes tested?

Are there any user-facing changes?

New pub APIs (documented in #9996)

@alamb alamb changed the title Minor: Make LogicalPlan::apply_subqueries and LogicalPlan::apply_subqueries pub Minor: Make LogicalPlan::apply_subqueries and LogicalPlan::map_subqueries pub Apr 9, 2024
Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @alamb

@comphead comphead merged commit ff2d202 into apache:main Apr 9, 2024
25 checks passed
@alamb alamb deleted the alamb/adjust_visibility branch April 9, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants