zhaokuo
zhaokuo
https://github.com/apache/incubator-gluten/issues/4891
https://github.com/apache/incubator-gluten/issues/4928
https://github.com/apache/incubator-gluten/issues/4930
https://github.com/apache/incubator-gluten/issues/4947
https://github.com/apache/incubator-gluten/issues/5366
The following unit test case can reproduce the issue. I'm sure that got wrong value while parsing double in function `SIMDGetJsonObjectFunction::extractStringResult()`. More info about UT can refer to this commit...
> Hi @kecookier, it looks the below small patch can fix this issue. Please help verify it. Thanks! > > [PHILO-HE/velox@a1e9be0](https://github.com/PHILO-HE/velox/commit/a1e9be059ceb03ca4e1c68145e516a9bb07ed956) @PHILO-HE Thanks for your help, I'll try it out...
Hi @PHILO-HE , I have tested it, and that patch can fix the bug. > > Hi @kecookier, it looks the below small patch can fix this issue. Please help...
Could you please let me know if there are any issues with this PR that I should address?
The CI build failed because the `FOLLY_MAYBE_UNUSED` macro could not be found in the specified version of Folly (https://github.com/facebook/folly/archive/refs/tags/v2024.04.01.00.tar.gz). Let's replace it with the `[[maybe_unused]]` attribute instead. ``` In file...