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

Flatten ColumnOp, avoiding allocation in the common case #1234

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

Centril
Copy link
Contributor

@Centril Centril commented May 14, 2024

Description of Changes

Fixes #1113.
See that ticket for a description of the idea.
This PR does the ColumnOp flattening part (2) while #1207 upon which this is based does the position part (1).

API and ABI breaking changes

None

Expected complexity level and risk

1

@bfops bfops added the release-any To be landed in any release window label May 21, 2024
@Centril Centril force-pushed the centril/columnop-with-colid branch from 24686b5 to 74f913e Compare May 24, 2024 15:46
@Centril Centril force-pushed the centril/columnop-with-colid branch from 74f913e to 13eca30 Compare May 28, 2024 07:07
@Centril Centril force-pushed the centril/columnop-with-colid branch from 13eca30 to 9227167 Compare May 30, 2024 23:56
@Centril Centril force-pushed the centril/columnop-with-colid branch from 9227167 to aed0b12 Compare June 3, 2024 16:32
@cloutiertyler cloutiertyler added release-0.10 and removed release-any To be landed in any release window labels Jun 3, 2024
Base automatically changed from centril/columnop-with-colid to master June 3, 2024 17:20
@Centril Centril enabled auto-merge June 3, 2024 17:23
@Centril Centril added this pull request to the merge queue Jun 3, 2024
Merged via the queue into master with commit be9c958 Jun 3, 2024
7 checks passed
@Centril Centril deleted the centril/flatten-columnop branch June 3, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants