jackylee-ch commented on code in PR #9274:
URL: https://github.com/apache/incubator-gluten/pull/9274#discussion_r2036409806
##########
gluten-hudi/src/test/scala/org/apache/gluten/execution/HudiSuite.scala:
##########
@@ -85,7 +85,7 @@ abstract class HudiSuite extends WholeStageTransformerSuite {
}
// FIXME: flaky leaked file systems issue
- ignore("hudi: mor", Some("3.2")) {
+ ignoreWithSpecifiedSparkVersion("hudi: mor", Some("3.2")) {
Review Comment:
Currently, we only set `minSparkVersion` to 3.2 with the intention of
skipping the related tests for all Spark versions. Therefore, using the ignore
to `bypass` the tests across all versions is a more appropriate solution.
--
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]