-
Notifications
You must be signed in to change notification settings - Fork 241
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] join_test failed in integration tests #6003
Comments
Seems it's related to cuDF commit: rapidsai/cudf#11100 |
I'm still debugging it. Caught the failed input data but can't reproduce in cudf test yet: One of the failed test:
Output:
|
Update: I have successfully reproduced the bug in cudf. The reason is still unclear - it is not due to corner cases and is more complicated to identify. I'm continuing to trace it down. |
Tracked down to a bug in the cudf experimental row hasher: rapidsai/cudf#11283 |
Done. Should be fixed by this: rapidsai/cudf#11284 |
Thanks! I just triggered the new plugin jni build (~ 3-4 hours), premerge CI should be back to normal after new jni artifact is online |
passed premerge CI |
Describe the bug
failed list,
detailed logs,
failed.log
CPU and GPU out put mismatched
Could be related to new merged cudf commits (current jni jar targets to rapidsai/cudf@ec761da)
To reproduce,
The text was updated successfully, but these errors were encountered: