ReemaAlzaid opened a new pull request, #11604: URL: https://github.com/apache/incubator-gluten/pull/11604
## What changes were proposed in this pull request? - Changed test methods from `testWithMaxSparkVersion` to `test` to enable ArrowEvalPythonExecSuite for Spark 4.1 ## Why are the changes needed? The tests were previously restricted to Spark versions < 4.1 using `testWithMaxSparkVersion`. However, the code already supports Spark 4.1 through the `gteSpark40` version check ## How was this patch tested? The existing test cases validate Arrow based Python UDF execution with ColumnarArrowEvalPythonExec. ## Does this PR introduce any user-facing change? No. -- 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]
