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

remove column name deserialization #392

Merged
merged 2 commits into from
Jul 4, 2024
Merged

Conversation

tim-quix
Copy link
Contributor

Removes the feature to nest data under a specified column_name via a Deserializer (upon deserialization).

Why we removed it

  • Ultimately a leftover of older implementations of Rows and StreamingDataFrame, which together had much stricter requirements around consumed message values conforming to json/dict formats. This restriction no longer exists.
  • It's largely unused.

Between the above reasons: we want to remove it to maintain code cleanliness.

@daniil-quix daniil-quix merged commit 72f658a into main Jul 4, 2024
4 checks passed
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.

2 participants