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

[C++] [Python] Set up testing for backwards compatibility of the parquet reader #22325

Open
asfimport opened this issue Jul 11, 2019 · 0 comments

Comments

@asfimport
Copy link
Collaborator

Given the recent parquet compat problems, we should have better testing for this.

For easy testing of backwards compatibility, we could add some files (with different types) written with older versions, and ensure they are read correctly with the current version.

Similarly as what Kartothek is doing: https://github.com/JDASoftwareGroup/kartothek/tree/master/reference-data/arrow-compat

An easy way would be to do that in pyarrow and add them to /pyarrow/tests/data/parquet (we already have some files from 0.7 there).

Reporter: Joris Van den Bossche / @jorisvandenbossche

Note: This issue was originally created as ARROW-5915. Please see the migration documentation for further details.

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

No branches or pull requests

1 participant