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
test_read_data_different_columns_blocksize
In #555, I added a skip to test_read_data_different_columns_blocksize because the following tests were failing:
2025-02-18T18:26:34.4124241Z FAILED NeMo-Curator/tests/test_read_data.py::test_read_data_different_columns_blocksize[1kb-cudf-parquet] 2025-02-18T18:26:34.4124903Z FAILED NeMo-Curator/tests/test_read_data.py::test_read_data_different_columns_blocksize[5kb-cudf-parquet] 2025-02-18T18:26:34.4125561Z FAILED NeMo-Curator/tests/test_read_data.py::test_read_data_different_columns_blocksize[10kb-cudf-parquet]
with a KeyError: 'Column meta1 does not exist in schema'.
KeyError: 'Column meta1 does not exist in schema'
The test was originally created in #285, which has some version dependencies, so the error might be because of that?
The text was updated successfully, but these errors were encountered:
praateekmahajan
Successfully merging a pull request may close this issue.
In #555, I added a skip to
test_read_data_different_columns_blocksize
because the following tests were failing:with a
KeyError: 'Column meta1 does not exist in schema'
.The test was originally created in #285, which has some version dependencies, so the error might be because of that?
The text was updated successfully, but these errors were encountered: