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

Match magnolify-tensorflow behavior w.r.t. nested types #43

Open
nevillelyh opened this issue Jan 29, 2020 · 1 comment
Open

Match magnolify-tensorflow behavior w.r.t. nested types #43

nevillelyh opened this issue Jan 29, 2020 · 1 comment

Comments

@nevillelyh
Copy link
Owner

Magnolify flattens nested types as "field_a.field_b". Need to think about how we handle this here.

@nevillelyh
Copy link
Owner Author

More specifically one can write nested case class as Parquet file with parquet-types and might want to read them as TF Example which doesn't support nesting.

Alternatively we can ask users to always do case class -> Example using magnolify-tensorflow and then write flattened parquet-tensorflow instead.

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

No branches or pull requests

1 participant