Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

aggregateByKey: fix a bug where undefined key crashes post-shuffle #173

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

mvertes
Copy link
Contributor

@mvertes mvertes commented Jul 5, 2017

Undefined key may occur during a join where key is absent in the other dataset.
Undefined value can not be JSON stringified then JSON parsed thus the crash.
Solution is simply to skip entries with undefined keys.

@mvertes mvertes merged commit 0d070fd into skale-me:master Jul 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant