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

cherry-pick bug fixes to 1.1-dev #15425

Merged
merged 3 commits into from
Apr 10, 2024
Merged

cherry-pick bug fixes to 1.1-dev #15425

merged 3 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. filter by prefix_between/prefix_in in Reader (matrixorigin#14893)

    to avoid copying entire block out of cache
    
    Approved by: @nnsgmsone, @LeftHandCold, @XuPeng-SH, @m-schen
    aunjgr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dc880c4 View commit details
    Browse the repository at this point in the history
  2. fix usage of PrefixCompare (matrixorigin#15326)

    PrefixCompare truncates the left operand if it's longer than the right operand, but not vice versa. So we MUST always put the composite key at the left side, and the matching prefix at the right side.
    
    Approved by: @XuPeng-SH
    aunjgr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2509791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a522f View commit details
    Browse the repository at this point in the history