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

Support more filter push down in skipping strategy #7

Merged
merged 10 commits into from
Jul 28, 2023

Commits on Jul 12, 2023

  1. Add more query rewrite rule and UT

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    05293b8 View commit details
    Browse the repository at this point in the history
  2. Refactor pattern match code

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    596fd32 View commit details
    Browse the repository at this point in the history
  3. Refactor assertion in UT

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    70a459e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Add UT for query rewrite rule

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    731049c View commit details
    Browse the repository at this point in the history
  2. Fix not work matcher in IT

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d099e0d View commit details
    Browse the repository at this point in the history
  3. Use queryIndex API in IT

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2f2a891 View commit details
    Browse the repository at this point in the history
  4. Refactor pattern match in strategy

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    64fd1f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Add more IT

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9351598 View commit details
    Browse the repository at this point in the history
  2. Improve IN list rewrite

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9cb5119 View commit details
    Browse the repository at this point in the history
  3. Update doc with limitation

    Signed-off-by: Chen Dai <daichen@amazon.com>
    dai-chen committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e23e9f5 View commit details
    Browse the repository at this point in the history