kecookier opened a new issue, #4928:
URL: https://github.com/apache/incubator-gluten/issues/4928
### Backend
VL (Velox)
### Bug description
The following SQL might lead to wrong results, but it's not yet certain if
there are other factors involved.
I will try to reproduce later.
```
select get_json_object(factor_context, '$.factor_trust_model_score') as
model_score
FROM mart_finrisk.dwd_risk_antifraud_approve_scene_log_inc_d;
```
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
|gluten_model_score | vanilla_model_score
+--------------------+-----------------------
| 0.0215435 | 0.0215434648799772
| 0.0128806 | 0.012880573063864434
| 0.0114058 | 0.011405845787963208
| 0.00863517 | 0.008635174896913173
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]