We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A bug introduced in R118 (though before it was not possible) that processEvents short-circuits list processing because of traverse on EitherT.
processEvents
traverse
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.
The text was updated successfully, but these errors were encountered:
Scala Common Enrich: fix EtlPipeline short-circuiting on a first bad …
30ff2a3
…row (close #4320)
7ee9251
3a9f822
689a697
d7810ce
0c32abb
930505f
Fix EtlPipeline short-circuiting on a first bad row (close snowplow/s…
51a797f
…nowplow#4320)
chuwy
No branches or pull requests
A bug introduced in R118 (though before it was not possible) that
processEvents
short-circuits list processing because oftraverse
onEitherT
.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.
The text was updated successfully, but these errors were encountered: