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 Filtering on Large List encoded by Bitmap #14774

Merged
merged 35 commits into from
Aug 20, 2024

Commits on Jul 2, 2024

  1. experiment

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    29b85ea View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. sketchy implementation

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    63f1cd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. support value_type param in terms query

    terms query delegate to bitmap query
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7b360b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. support new parameter to fetch stored field in terms lookup

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    03ff662 View commit details
    Browse the repository at this point in the history
  2. example yaml test

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    deeb3ee View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. updateSHAs and License

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b388d59 View commit details
    Browse the repository at this point in the history
  2. bwc in transport stream

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    577e6d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. more rest tests

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2e67647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04789e5 View commit details
    Browse the repository at this point in the history
  3. more rest tests

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3cd735e View commit details
    Browse the repository at this point in the history
  4. small fix

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b9bf2d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. support index type bitmap filter

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1de60d0 View commit details
    Browse the repository at this point in the history
  2. fill in BitMapFilterQuery

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ff524fb View commit details
    Browse the repository at this point in the history
  3. skip version before 2.17 in yaml test

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cebba71 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. self review

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b9280be View commit details
    Browse the repository at this point in the history
  2. add default value type

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2dc4509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eef2fb View commit details
    Browse the repository at this point in the history
  4. I really like unit test

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a82a896 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. remove null from mock get result of field

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b18b44e View commit details
    Browse the repository at this point in the history
  2. wrap up for 2.17

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    51e8b08 View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    eaab235 View commit details
    Browse the repository at this point in the history
  4. bwc

    after backport to 2.x which currently on 2.17, create another PR to revert this
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c039da4 View commit details
    Browse the repository at this point in the history
  5. increase coverage

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dd30785 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. increase coverage

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7028835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4b1b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. possible performance improvements

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6e56297 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. improve

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28654ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7700b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7704005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bce711 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8e1feb0 View commit details
    Browse the repository at this point in the history
  2. handle empty bitmap rewrite scenarios

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c51dfc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge branch 'main' into 12341-bitmap-filtering

    Signed-off-by: Michael Froh <froh@amazon.com>
    msfroh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9c1c039 View commit details
    Browse the repository at this point in the history