spark-rapids
spark-rapids copied to clipboard
Skip AQE-join-DPP tests for [databricks] 14.3
Fixes #11527.
This is a temporary workaround to handle the failures in AQE/Join/DPP tests, as listed in #11527.
The AQE plan for broadcast hash join seems to have changed between 13.3 and 14.3 Databricks versions. The actual fix for the problem will be tracked in #11643. This commit disables the test so that the CI test can run through.
Build
Build
Thank you for the review, @revans2. I've merged this change.
I'll chase down #11643 ASAP.