yma11 commented on code in PR #5342:
URL: https://github.com/apache/incubator-gluten/pull/5342#discussion_r1559227870


##########
backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala:
##########
@@ -390,7 +391,8 @@ abstract class VeloxAggregateFunctionsSuite extends 
VeloxWholeStageTransformerSu
     }
   }
 
-  testWithSpecifiedSparkVersion("regr_slope", Some("3.4")) {
+  // Disable for Spark3.5.
+  testWithSpecifiedSparkVersion("regr_slope", Some("3.4"), Some("3.4")) {

Review Comment:
   The first one is `>=3.4` and the second one is `<=3.4` thus will limit the 
test only apply for Spark 3.4.



-- 
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]

Reply via email to