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

Compatibility fixes needed for tarantool/tarantool#8147 #440

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2023

  1. router: add box tuple case for shard key hashing

    In scope of tarantool/tarantool#8147, box tuples returned from remote
    procedure calls our now encoded as a new extension, `MP_TUPLE`, and,
    consequently, the results of such calls are now decoded as box tuples. For
    compatibility with this feature, we need to add this case to shard key
    hashing. Since box tuples are semantically equivalent to Lua tables, we can
    process them the same way.
    
    Needed for tarantool/tarantool#8147
    
    NO_DOC=<refactoring>
    NO_TEST=<refactoring>
    CuriousGeorgiy committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0f8fc57 View commit details
    Browse the repository at this point in the history
  2. [DO NOT MERGE] ci: test on tarantool/tarantool#8630

    Temporarily add tarantool/tarantool#8630 to test matrix.
    
    NO_DOC=<temporary commit>
    NO_TEST=<temporary commit>
    CuriousGeorgiy committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a2c4632 View commit details
    Browse the repository at this point in the history