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

refactor: lambda-callbacks instead of fill columns #482

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

Taepper
Copy link
Collaborator

@Taepper Taepper commented Jun 13, 2024

resolves #

Summary

instead of the columns pulling the next row from the file_reader, the file_reader
instead pushes the value to the columns using callbacks.

This is in preparation for parallelizing the building of column functions

PR Checklist

- [ ] All necessary documentation has been adapted or there is an issue to do so.
- [ ] The implemented feature is covered by an appropriate test.

instead of the columns pulling the next row from the file_reader, the file_reader
 instead pushes the value to the columns using callbacks.

This is in preparation for parallelizing the building of column functions
@Taepper Taepper force-pushed the column-lambda-instead-of-fill branch from 1475dbc to bf71fe6 Compare June 13, 2024 17:42
Copy link
Contributor

@JonasKellerer JonasKellerer left a comment

Choose a reason for hiding this comment

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

LGTM

@Taepper Taepper merged commit 9b65e94 into main Jun 17, 2024
9 checks passed
@Taepper Taepper deleted the column-lambda-instead-of-fill branch June 17, 2024 07:33
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.

3 participants