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

cliccl/load.go: update --as-of to display backup data at arbitrary timestamp #63181

Merged
merged 1 commit into from
Apr 12, 2021

Commits on Apr 10, 2021

  1. cliccl/load.go: update --as-of to display arbitrary timestamp of data

    Previously, `--as-of` flag only allows users to inspect data of an
    exact backup timestamp.
    
    This patch improves `--as-of` to work with backup with
    revision history to enable users to inpect data of an arbitrary
    timestamp.
    
    Release note (cli change): `--as-of` of `load show data` had
    restriction that users can only inspect data at an exact backup
    timestamp. Now we improve the flag to work with backup with
    revision history so that users can inspect data of an arbitrary
    timestamp.
    Elliebababa committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    0d5df3c View commit details
    Browse the repository at this point in the history