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

Audits the org.partiql.plan.rex package #1710

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

johnedquinn
Copy link
Member

Description

  • Audits the org.partiql.plan.rex package

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -27,10 +31,18 @@ public static RexSubquery create(@NotNull Rel input, @NotNull Rex constructor, b
public abstract Rel getInput();

// TODO REMOVE ME – TEMPORARY UNTIL PLANNER PROPERLY HANDLES SUBQUERIES
/**
* This is experimental and subject to change without prior notice!
Copy link
Member

Choose a reason for hiding this comment

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

Could we add this experimental note on to the top-level RexSubquery class?

@johnedquinn johnedquinn requested a review from alancai98 January 15, 2025 16:14
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.

2 participants