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

tree: remove roachpb references #80684

Merged
merged 3 commits into from
May 2, 2022
Merged

Commits on Apr 28, 2022

  1. tree: remove roachpb.TenantID reference

    Refer to TenantID as uint64 instead.
    
    Release note: None
    otan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0b93d4e View commit details
    Browse the repository at this point in the history
  2. tree: move timeconv_test to eval

    Seems to rely on eval.Context behaviours, so moving it there.
    
    Release note: None
    otan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    597a796 View commit details
    Browse the repository at this point in the history
  3. roachpb: migrate BytesNext to encoding

    * BytesNext now lives in the encoding package.
    * tree now uses encoding.BytesNext instead of roachpb.Key.Next
    
    Release note: None
    otan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    80007da View commit details
    Browse the repository at this point in the history