Skip to content

Conversation

@xudong963
Copy link
Member

Close #74

@xudong963 xudong963 requested a review from suremarc July 24, 2025 03:21
"| plan_type | plan |",
"+--------------+--------------------------------------------------------------------+",
"| logical_plan | Union |",
"| | Projection: coalesce(CAST(t1.year AS Utf8View), t2.year) AS year |",
Copy link
Member Author

Choose a reason for hiding this comment

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

After apache/datafusion#16906, the cast will be unnecessary; however, the current cast won't affect correctness.

fn required_input_ordering(&self) -> Vec<Option<OrderingRequirements>> {
self.required_input_ordering
.as_ref()
.map(|req| vec![Some(OrderingRequirements::from(req.clone())); self.children().len()])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to just store an OrderingRequirements in the node and update with_required_input_ordering to accept a OrderingRequirements?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, I applied the change

@xudong963 xudong963 merged commit 25e5ccc into main Aug 1, 2025
8 checks passed
@xudong963 xudong963 deleted the upgrade_df49 branch August 1, 2025 00:51
@github-actions github-actions bot mentioned this pull request Jun 26, 2025
@github-actions github-actions bot mentioned this pull request Oct 24, 2025
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.

Upgrade to DF49

3 participants