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

Scala Common Enrich: fix EtlPipeline short-circuiting on a first bad row #4320

Closed
chuwy opened this issue Apr 14, 2020 · 0 comments
Closed
Assignees

Comments

@chuwy
Copy link
Contributor

chuwy commented Apr 14, 2020

A bug introduced in R118 (though before it was not possible) that processEvents short-circuits list processing because of traverse on EitherT.

As a result if payload contained two events: one that would go into bad and another into good bucket - we were having only single bad row.

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

No branches or pull requests

1 participant