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
If you are looking at these, the way to override the seed is via: SPARK_RAPIDS_TEST_DATAGEN_SEED.
SPARK_RAPIDS_TEST_DATAGEN_SEED
As a follow on for #9441, I added:
test_in_set
After we merged datagen change, we found:
test_re_replace_all
test_delta_part_write_round_trip_unmanaged
test_delta_multi_part_write_round_trip_unmanaged
DATAGEN_SEED=1700105176
This issue groups the above.
The text was updated successfully, but these errors were encountered:
Issues are closed. The remaining issue #9731 is a corner case that will be handled separately.
Sorry, something went wrong.
No branches or pull requests
If you are looking at these, the way to override the seed is via:
SPARK_RAPIDS_TEST_DATAGEN_SEED
.As a follow on for #9441, I added:
test_in_set
fails when DATAGEN_SEED=1698940723 #9687After we merged datagen change, we found:
test_re_replace_all
fails with a corner case #9731test_delta_part_write_round_trip_unmanaged
andtest_delta_multi_part_write_round_trip_unmanaged
fail withDATAGEN_SEED=1700105176
#9738This issue groups the above.
The text was updated successfully, but these errors were encountered: