-
Notifications
You must be signed in to change notification settings - Fork 236
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
[BUG] test_hash_groupby_collect_set_on_nested_type
and test_hash_reduction_collect_set_on_nested_type
failed
#8716
Comments
thirtiseven
added
bug
Something isn't working
? - Needs Triage
Need team to review and classify
test
Only impacts tests
labels
Jul 14, 2023
thirtiseven
changed the title
[BUG] Two
[BUG] Jul 17, 2023
_collect_set_on_nested_type
test failed when choosing different seeds.test_hash_groupby_collect_set_on_nested_type
and test_hash_reduction_collect_set_on_nested_type
failed
another failure got seen in internal CI
mismatched output,
|
I will try to fix this later if no one is working on it. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
test_hash_groupby_collect_set_on_nested_type
andtest_hash_reduction_collect_set_on_nested_type
will failed after this commit: 615156a, which changed theDataGen
in integration tests. It also marked the failed cases as XFAIL.This failure should not be caused by this commit. Before this commit, simply changing the seed (like 4) of the data generator in the test can make them fail.
Steps/Code to reproduce bug
and
got:
log:
Expected behavior
These cases should pass.
Environment details (please complete the following information)
Latest code with spark 311. (I also tested them with spark 330 and they can pass).
The text was updated successfully, but these errors were encountered: