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

SPARKC-577, round two #1250

Open
wants to merge 17 commits into
base: b3.0
Choose a base branch
from
Open

SPARKC-577, round two #1250

wants to merge 17 commits into from

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    358e560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8beee76 View commit details
    Browse the repository at this point in the history
  3. More compile fixes

    absurdfarce committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e6ce88c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    e1e2fa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Fixes for SchemaSpec plus some other changes as a result. Most proimi…

    …nently restored KeyspaceDef
    
    as a mechanism for accessing downstream "def" types (TableDef, IndexDef, etc.) from a Schema instance.
    absurdfarce committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3968016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b134265 View commit details
    Browse the repository at this point in the history
  3. Specs now pass!

    absurdfarce committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    53f6800 View commit details
    Browse the repository at this point in the history
  4. Forgot to actually update the driver to a version which has, you know…

    …, serializable metadata
    absurdfarce committed Jun 17, 2020
    1 Configuration menu
    Copy the full SHA
    99f7c26 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    f95710b View commit details
    Browse the repository at this point in the history
  2. Removed (essentially) duplicate field on StructDef subclasses. allCol…

    …umns effectively
    
    duplicates columns and was only used in one spot.
    absurdfarce committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b983e0e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Shifted usages of CqlIdentifier.toString and CqlIdentifier.asCql to u…

    …se toInternal. Hope was
    
    this would address some of the ongoing IT issues we're seeing... but it doesn't look like that
    was successful.
    
    Also expanded Schema's IT to include tests for additional functoinality (now that it's being
    provided largely by an impl backed by Java driver metadata)
    absurdfarce committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    87bb1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6822ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e220040 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    5332db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e1857 View commit details
    Browse the repository at this point in the history
  3. What should be the last round of fixes. Local run of ITs are clean af…

    …ter this
    
    change so with any luck we should be good now.
    absurdfarce committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    df98b34 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    3f32acc View commit details
    Browse the repository at this point in the history