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

reduce transform doesn't support metadata or non-object events #18219

Open
fuchsnj opened this issue Aug 11, 2023 · 1 comment
Open

reduce transform doesn't support metadata or non-object events #18219

fuchsnj opened this issue Aug 11, 2023 · 1 comment
Labels
transform: reduce Anything `reduce` transform related type: bug A code related bug.

Comments

@fuchsnj
Copy link
Member

fuchsnj commented Aug 11, 2023

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Reduce currently only works with events where the root of the event in an object. It will result in empty events if the inputs are just a string. Metadata is also lost.

@fuchsnj fuchsnj added the type: bug A code related bug. label Aug 11, 2023
@fuchsnj fuchsnj changed the title reduce transform doesn't support metadata or root string events reduce transform doesn't support metadata or non-object events Aug 11, 2023
@jszwedko jszwedko added the transform: reduce Anything `reduce` transform related label Aug 11, 2023
@pront
Copy link
Contributor

pront commented Jul 3, 2024

Note: This is relevant when the Vector namespace is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transform: reduce Anything `reduce` transform related type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

3 participants