Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 4, 2024

Commits on Oct 22, 2024

  1. Skip AQE-join-DPP tests for [databricks] 14.3

    Fixes NVIDIA#11527.
    
    This is a temporary workaround to handle the failures in AQE/Join/DPP
    tests, as listed in NVIDIA#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 NVIDIA#11643.  This commit
    disables the test so that the CI test can run through.
    
    Signed-off-by: MithunR <[email protected]>
    mythrocks committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cbe4742 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Update integration_tests/src/main/python/aqe_test.py

    Fixed the issue id.
    mythrocks authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63d873f View commit details
    Browse the repository at this point in the history
  2. Update integration_tests/src/main/python/aqe_test.py

    Fixed the issue number.
    mythrocks authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    88100ab View commit details
    Browse the repository at this point in the history