We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@jaychia the test here marked as skipped
Daft/tests/io/test_parquet_roundtrip.py
Line 107 in d2f28d6
Sorry, something went wrong.
@jaychia the test here marked as skipped Daft/tests/io/test_parquet_roundtrip.py Line 107 in d2f28d6 @pytest.mark.skip(reason="Currently fails when reading multiple Parquet files with tensor types") is working fine, maybe it has been resolved.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: