jackylee-ch commented on code in PR #12840:
URL: https://github.com/apache/gluten/pull/12840#discussion_r3840355814


##########
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala:
##########
@@ -560,6 +560,8 @@ class VeloxTestSettings extends BackendTestSettings {
     // Rewrite to match SortExecTransformer.
     .excludeByPrefix("SPARK-41914:")
   enableSuite[GlutenEnsureRequirementsSuite]
+    // Rewrite to change the shuffle partitions for optimizing repartition
+    .excludeByPrefix("SPARK-35675")

Review Comment:
   Why do we need to exclude the SPARK-35675 test for Velox here? Does this PR 
have any impact on the SPARK-35675 test case or its behavior?



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