ShreyeshArangath opened a new pull request, #1596: URL: https://github.com/apache/auron/pull/1596
# Which issue does this PR close? Closes https://github.com/apache/auron/issues/1595 # Rationale for this change - Ensure UTs run in pre-builds to catch regressions before merging. - Correct Exchange conversion behavior to respect feature flags/shuffle manager. # What changes are included in this PR? - **CI:** [/.github/workflows/tpcds-reusable.yml](cci:7://file:///Users/sarangat/spark-team/auron/.github/workflows/tpcds-reusable.yml:0:0-0:0) - Run tests in pre-builds: append `--skiptests false` to `./auron-build.sh --pre ...`. - **Core:** Fix failing UT # Are there any user-facing changes? - Behavior corrected: native Exchange conversion now respects: - `spark.auron.enable.shuffleExchange` + Auron shuffle manager. - `spark.auron.enable.broadcastExchange`. - No public API changes. # How was this patch tested? - CI pre-build runs UTs via `--skiptests false`. -- 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]
