-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Milestone
Comments
chuwy
added a commit
that referenced
this issue
Apr 14, 2020
benjben
pushed a commit
that referenced
this issue
Apr 15, 2020
benjben
pushed a commit
that referenced
this issue
Apr 15, 2020
benjben
pushed a commit
that referenced
this issue
Apr 15, 2020
benjben
pushed a commit
that referenced
this issue
Apr 15, 2020
benjben
pushed a commit
that referenced
this issue
Apr 15, 2020
oguzhanunlu
pushed a commit
to snowplow/common-enrich
that referenced
this issue
May 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: