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

Enable quidem shadowing for decoupled testcases #16431

Merged
merged 11 commits into from
May 23, 2024

Commits on May 10, 2024

  1. Enable quidem shadowing for decoupled testcases

    * Altered `QueryTestBuilder` to be able to switch to a backing quidem test
    * added a small crc to ensure that the shadow testcase does not deviate from the original one
    * Packaged all decoupled related things into a a single `DecoupledExtension` to reduce copy-paste
    * `DecoupledTestConfig#quidemReason` must describe why its being used
    * `DecoupledTestConfig#separateDefaultModeTest` can be used to make multiple case files based on `NullHandling` state
    * fixed a cosmetic bug during decoupled join translation
    * enhanced `!druidPlan` to report the final logical plan in non-decoupled mode as well
    * add check to ensure that only supported params are present in a druidtest uri
    * enabled shadow testcases for previously disabled testcases
    kgyrtkirk committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e13d560 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix import

    style fixes
    
    clenaup
    kgyrtkirk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e36c46a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. remove unnecessary \\

    kgyrtkirk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3132c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9578953 View commit details
    Browse the repository at this point in the history
  3. fix context key order

    kgyrtkirk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b7b73fa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    94f9386 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    652cc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453c11f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    ecdcd0f View commit details
    Browse the repository at this point in the history
  2. fix test expectation

    kgyrtkirk committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ad64784 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e4ca09d View commit details
    Browse the repository at this point in the history