Skip to content

Conversation

@alamb
Copy link

@alamb alamb commented Jan 23, 2026

This is a test change to

To try and make the signature of project_schema simpler (not generic)

askalt and others added 2 commits January 21, 2026 15:39
- Closes apache#19852

Improve performance of query planning and plan state re-set by making node clone cheap.

- Store projection as `Option<Arc<[usize]>>` instead of `Option<Vec<usize>>` in `FilterExec`,
  `HashJoinExec`, `NestedLoopJoinExec`.
- Store exprs as `Arc<[ProjectionExpr]>` instead of Vec in `ProjectionExprs`.
- Store arced aggregation, filter, group by expressions within `AggregateExec`.
@askalt
Copy link
Owner

askalt commented Jan 27, 2026

Applied in the target PR, thank you!

@askalt askalt closed this Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants