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

Introduce execution hint for Cardinality aggregation #15764

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2024

  1. Introduce execution hint for Cardinality aggregation

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cabf900 View commit details
    Browse the repository at this point in the history
  2. Cleanup ExecutionMode enum declarations

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0101e9f View commit details
    Browse the repository at this point in the history
  3. Remove unwanted lines

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6f7ba1d View commit details
    Browse the repository at this point in the history
  4. toString overrided for ExecutionHint

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fc14339 View commit details
    Browse the repository at this point in the history
  5. Testcases added for CardinalityAggregator execution hint

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7bca633 View commit details
    Browse the repository at this point in the history
  6. Test case for invalid execution hint added

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7e62f5d View commit details
    Browse the repository at this point in the history
  7. Java tags added for ExecutionMode

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    521939a View commit details
    Browse the repository at this point in the history
  8. Test method names corrected

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0bd75bf View commit details
    Browse the repository at this point in the history
  9. gradle format checks

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fd02f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Forbidden Apis fixed

    Signed-off-by: Siddharth Rayabharam <[email protected]>
    maitreya2954 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6f3c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e205165 View commit details
    Browse the repository at this point in the history