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

Re-export parquet-format #237

Closed
nevi-me opened this issue Apr 29, 2021 · 1 comment
Closed

Re-export parquet-format #237

nevi-me opened this issue Apr 29, 2021 · 1 comment
Labels
parquet Changes to the parquet crate

Comments

@nevi-me
Copy link
Contributor

nevi-me commented Apr 29, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

We now return parquet_format::FileMetadata when closing a writer. For users to use this struct, they need to include parquet-format as a Cargo dependency.

This will cause problems if users import incompatible versions of the format crate.

Describe the solution you'd like

Re-export parquet_format as parquet::format, or export parts of the crate as required.

Describe alternatives you've considered

Probably the option to export the whole crate vs parts of it,

Additional context

None

@nevi-me nevi-me added the parquet Changes to the parquet crate label Apr 29, 2021
@tustvold
Copy link
Contributor

Closed by #2626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants