liujiayi771 commented on code in PR #5306:
URL: https://github.com/apache/incubator-gluten/pull/5306#discussion_r1558754276
##########
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxSQLQueryTestSettings.scala:
##########
@@ -240,6 +240,8 @@ object VeloxSQLQueryTestSettings extends
SQLQueryTestSettings {
// -- Aggregate with nulls.
"group-by.sql",
"udf/udf-group-by.sql",
+ // Overwrite some results of regr_intercept, regr_r2, corr.
+ "linear-regression.sql",
Review Comment:
Yes, most statistical functions have differences in precision. We have
already fixed these results before, like
https://github.com/apache/incubator-gluten/pull/5151.
--
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]