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

Fix flaky transparent_decompress_chunk #7288

Merged

Commits on Sep 23, 2024

  1. Fix flaky transparent_decompress_chunk

    It can pick merge joins in favor of hash joins when testing outer
    joins. Since these tests are only testing outer joins and currently
    uses hash joins, we ensure that it will consistently pick those by
    disabling merge joins for these queries only. Merge join is used for
    other queries, so we do not disable merge join for the entire test.
    mkindahl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    88e0765 View commit details
    Browse the repository at this point in the history