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

add marshal serialization tests for boolean, tinyint, int, bigint, counter, varint #277

Merged

Commits on Sep 29, 2024

  1. add boolean test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5d08331 View commit details
    Browse the repository at this point in the history
  2. add tinyint test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    836a94e View commit details
    Browse the repository at this point in the history
  3. fix smallint test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    850bade View commit details
    Browse the repository at this point in the history
  4. add int test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    eea180f View commit details
    Browse the repository at this point in the history
  5. add bigint test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0be3d2c View commit details
    Browse the repository at this point in the history
  6. add counter test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e6dc3c2 View commit details
    Browse the repository at this point in the history
  7. add varint test

    illia-li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ca95156 View commit details
    Browse the repository at this point in the history