-
Notifications
You must be signed in to change notification settings - Fork 444
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? |
@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: