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

Add support for the reduce operator #225

Open
tchaton opened this issue Jul 12, 2024 · 1 comment
Open

Add support for the reduce operator #225

tchaton opened this issue Jul 12, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tchaton
Copy link
Collaborator

tchaton commented Jul 12, 2024

🚀 Feature

Motivation

It is quite frequent users need to perform a reduce operation across a dataset. LitData could expose a custom map operator with state forwarding and automated distributed final reduction.

Pitch

Alternatives

Additional context

@tchaton tchaton added enhancement New feature or request help wanted Extra attention is needed labels Jul 12, 2024
@deependujha
Copy link
Collaborator

deependujha commented Jul 12, 2024

Can you please provide any example, when someone would want to use reduce operator?
This will help better in designing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants