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

Create new cassandra table "operation_names_v2" with "spanKind" column for operation name index #1937

Merged
merged 6 commits into from
Nov 22, 2019

Commits on Nov 19, 2019

  1. Create new cassandra table "operation_names_v2" with "spanKind" colum…

    …n for operation name index
    
    - add migration script
    - read from the latest table if available, otherwise fail back to previous table
    
    Signed-off-by: Jun Guo <[email protected]>
    guo0693 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    31ada18 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Refactor schema versions

    Signed-off-by: Jun Guo <[email protected]>
    guo0693 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b9f7c2e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Using typed constant for schemaVersion

    Signed-off-by: Jun Guo <[email protected]>
    guo0693 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6539d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee17f5 View commit details
    Browse the repository at this point in the history
  3. Fix travis build error

    Signed-off-by: Jun Guo <[email protected]>
    guo0693 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7e18806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffae69d View commit details
    Browse the repository at this point in the history