Skip to content

fix(datafusion): Align schemas for DataFusion plan and stream #829

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

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

gruuya
Copy link
Contributor

@gruuya gruuya commented Dec 20, 2024

Closes #828.

Return the projected schema instead of the full schema, and thus align with the schema in ExecutionPlan::schema.

@Xuanwo Xuanwo changed the title Align schemas for DataFusion plan and stream fix(datafusion): Align schemas for DataFusion plan and stream Dec 20, 2024
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thank you, love it!

@Xuanwo Xuanwo merged commit c8f5d91 into apache:main Dec 20, 2024
16 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.

IcebergTableScan plan and stream schemas are different under projections
2 participants