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

Update halfjoin to new idioms #436

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

frankmcsherry
Copy link
Member

This PR updates the half_join operator to use our new type decoupling idioms. It should now allow for example traces with unsized keys (e.g. [u8]) and join them against e.g. Vec<u8>, which is not the same type but can be borrow into the former.

@frankmcsherry frankmcsherry merged commit c3ca293 into TimelyDataflow:master Nov 28, 2023
1 check passed
@frankmcsherry frankmcsherry deleted the dogs3_refresh branch November 28, 2023 04:19
This was referenced Oct 29, 2024
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.

1 participant