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

Fix round-trip write/read issues from Parquet/CSV/JSON #1621

Open
3 of 4 tasks
jaychia opened this issue Nov 16, 2023 · 2 comments
Open
3 of 4 tasks

Fix round-trip write/read issues from Parquet/CSV/JSON #1621

jaychia opened this issue Nov 16, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jaychia
Copy link
Contributor

jaychia commented Nov 16, 2023

This long-running issue records any bugs found with a roundtrip write + read from formats such as Parquet and CSV.

Tests were added here: #1616

Parquet

CSV

@murex971
Copy link
Contributor

@jaychia the test here marked as skipped

@pytest.mark.skip(reason="Currently fails when reading multiple Parquet files with tensor types")

is working fine, maybe it has been resolved.

@jaychia
Copy link
Contributor Author

jaychia commented Mar 19, 2024

@jaychia the test here marked as skipped

@pytest.mark.skip(reason="Currently fails when reading multiple Parquet files with tensor types")

is working fine, maybe it has been resolved.

Oh yes -- good point! Interesting, something seems to have fixed it in the meantime :)

Removed the skipping:

#2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants