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

Remove logical schema propagation #3177

Merged
merged 5 commits into from
Dec 30, 2024
Merged

Conversation

Yicong-Huang
Copy link
Collaborator

@Yicong-Huang Yicong-Huang commented Dec 29, 2024

Schema propagation is now handled in the physical plan to ensure all ports, both external and internal, have an associated schema. As a result, schema propagation in the logical plan is no longer necessary.

In addition, workflow context was used to give user information so that schema propagation can resolve file names. This is also no longer needed as we are resolving files through an explicit call as a step of compiling. WorkflowContext is no longer needed to be set to Logical Operator.

@Yicong-Huang Yicong-Huang self-assigned this Dec 29, 2024
@Yicong-Huang Yicong-Huang added the refactoring Refactor the code label Dec 29, 2024
@Yicong-Huang Yicong-Huang merged commit d85ce7a into master Dec 30, 2024
8 checks passed
@Yicong-Huang Yicong-Huang deleted the yicong-simplify-logical branch December 30, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine refactoring Refactor the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants