Skip to content

Commit

Permalink
Update integration_tests/src/main/python/aqe_test.py
Browse files Browse the repository at this point in the history
Fixed the issue id.
  • Loading branch information
mythrocks authored Oct 23, 2024
1 parent cbe4742 commit 63d873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/aqe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def do_it(spark):

# Verify that DPP and AQE can coexist in even some odd cases involving multiple tables
@pytest.mark.skipif(condition=is_databricks_version_or_later(14, 3),
reason="https://github.com/NVIDIA/spark-rapids/issues/11527")
reason="https://github.com/NVIDIA/spark-rapids/issues/11643")
@ignore_order(local=True)
@allow_non_gpu(*aqe_join_with_dpp_fallback)
def test_aqe_join_with_dpp(spark_tmp_path):
Expand Down

0 comments on commit 63d873f

Please sign in to comment.