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

support frozenset json serialization #295

Merged
merged 1 commit into from Apr 26, 2022

Conversation

YiuRULE
Copy link
Contributor

@YiuRULE YiuRULE commented Apr 21, 2022

Description

Right now, when we try to serialize a frozenset on faust, we have an error similar as ̀̀TypeError: Type is not JSON serializable: frozenset, however set is a totally valid type to serialize on faust. As both are built-in type, this PR add the support of frozenset.

@patkivikram patkivikram merged commit d3317e5 into faust-streaming:master Apr 26, 2022
cbrand pushed a commit to cbrand/faust that referenced this pull request Jun 5, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants