NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

Skip AQE-join-DPP tests for [databricks] 14.3 #11644

Closed mythrocks closed 2 weeks ago

mythrocks commented 1 month ago

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.

mythrocks commented 1 month ago

Build

mythrocks commented 3 weeks ago

Build

mythrocks commented 2 weeks ago

Thank you for the review, @revans2. I've merged this change.

I'll chase down #11643 ASAP.