KevinyhZou commented on PR #8351: URL: https://github.com/apache/incubator-gluten/pull/8351#issuecomment-2575191637
### 端到端性能测试 ``` 测试sql: select count(1) from test_tbl where cast(d as decimal(5,2)) > 1; 数据量:60000000 PR改动前: 2.18s 2.245s, 2.259s PR改动后: 1.988s, 1.891s, 1.933s valian耗时: 15.936s,15.011s,16.411s; ``` -- 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]
