Open zhouyuan opened 9 months ago
https://github.com/oap-project/gluten/issues/4587
Currently we disabled all complex data read
3 issues we met:
- distinct hash agg + spill returned duplicated keys.
@FelixYBW Has this issue not been fixed by https://github.com/apache/incubator-gluten/pull/4443 ?
@FelixYBW Has this issue not been fixed by #4443 ?
No, it's tested from main branch. A new issue
No, it's tested from main branch. A new issue
- max_by function return wrong result
@yma11 Did you submit a fix to the issue?
- max_by function return wrong result
@yma11 Did you submit a fix to the issue?
Not yet. Only have pushed to golden branch and will submit one in Velox upstream.
5253
Looks the issue of get_json_object. @PHILO-HE maybe we need a fully tests of json functions, like the re2.
5253
Looks the issue of get_json_object. @PHILO-HE maybe we need a fully tests of json functions, like the re2.
@FelixYBW, I will do that. Thanks!
5366
UPdated desc. thank you. do you know which function (cast, avg, round ) caused the issue?
- max_by function return wrong result
@yma11 Did you submit a fix to the issue?
Not yet. Only have pushed to golden branch and will submit one in Velox upstream.
@FelixYBW This fix should be done at cpp side. The formal fix is in PR. Can you help review it?
@FelixYBW This fix should be done at cpp side. The formal fix is in PR. Can you help review it?
Is it a Gluten issue? I'd think veox has some bug here.
@FelixYBW This fix should be done at cpp side. The formal fix is in PR. Can you help review it?
Is it a Gluten issue? I'd think veox has some bug here.
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?
@PHILO-HE Any update of the issues here?
@FelixYBW, Some were actually fixed. Just updated the list. Will fix or seek help to fix other issues.
6845
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.