baibaichen opened a new pull request, #11598: URL: https://github.com/apache/incubator-gluten/pull/11598
## What changes are proposed in this pull request? Quick fix for https://github.com/apache/incubator-gluten/pull/11560. `mvnd` returns empty output for `help:evaluate` goal, causing `--add-opens` JVM flags to be missing when using `--mvnd` flag. This broke Arrow memory initialization in tests like `GlutenParquetTypeWideningSuite`. **Fix**: Always use `./build/mvn` (not `${MVN_CMD}`) for the `help:evaluate` step, since this step only extracts JVM arguments and does not benefit from mvnd acceleration. ## How was this patch tested? Ran `dev/run-scala-test.sh --mvnd` and verified JVM args are correctly extracted. ## Was this patch authored or co-authored using generative AI tooling? Yes, GitHub Copilot. -- 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]
