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

Port DH-11736: Be more Parsimonious with Chunks during Cross Join #3226

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

nbauernfeind
Copy link
Member

int chunkCapacity = 0;
// if we had a sort kernel that used bytes as the "index" instead of just ints we could reduce the size of this
// chunk down to a byte chunk instead of using a full 4 bytes for a 1 byte field
final SizedIntChunk<Values> flagChunk = new SizedIntChunk<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

FWIW, "DH-11944: Add support for leftOuterJoin" addresses this TODO.

@nbauernfeind nbauernfeind merged commit 387ef2a into deephaven:main Dec 22, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants