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

Move capture/ to core::capture/ #557

Merged
merged 3 commits into from
Mar 23, 2024

Conversation

frankmcsherry
Copy link
Member

The capture module is both pretty deep in the internals, and also not strongly opinionated about containers. The only nit was around Extract which needed some attention to normalize the shape of the output data (e.g. consolidate data by timestamp). Some external types need to be updated from element type to container type, but this looks like adding Vec<_> around the element type; one line in DD.

@frankmcsherry frankmcsherry merged commit fc50754 into TimelyDataflow:master Mar 23, 2024
1 check passed
@frankmcsherry frankmcsherry deleted the core_capture branch March 23, 2024 07:30
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