-
Notifications
You must be signed in to change notification settings - Fork 435
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
[VL] Result mismatch issues Tracker #4652
Comments
#4678 issue in hashagg |
Currently we disabled all complex data read |
3 issues we met:
|
|
@yma11 Did you submit a fix to the issue? |
Not yet. Only have pushed to golden branch and will submit one in Velox upstream. |
UPdated desc. thank you. do you know which function (cast, avg, round ) caused the issue? |
Yes. I think so. It's caused by the additional projects we added before/after shuffle. The logic of partial/final handle in Velox upstream has no problem. The ideal way is to add struct support for shuffle in Gluten so that we can remove the hack. |
@PHILO-HE Any update of the issues here? |
Closed. Not a bug. |
Backend
VL (Velox)
Bug description
There are several data mismatch issues either related with operator or functions. Some of the fixes are landed in Gluten, and some are in Velox repo.
We will use this issue to track the status as these are critical for production envs.
array_size(null)
results inconsistent with vanilla spark #5248)cast(double as string)
is inconsistent with vanilla spark #7730)The text was updated successfully, but these errors were encountered: