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

chore: decouple CLI from ROWKEY #4929

Merged

Commits on Mar 30, 2020

  1. chore: decouple CLI from ROWKEY

    fixes: confluentinc#4928
    
    The server response when describing a source schema now includes `fieldType='SYSTEM'` or `fieldType='KEY'` to differentiate system columns, i.e. ROWTIME, and key columns from value column.
    
    The default is no field type. This design decision was taken as the `FieldInfo` pojo is used not just to describe the columns in the schema, but also fields in structs and a fieldType of `VALUE` wouldn't make much sense for a struct field. Where as no field type kind of works.
    big-andy-coates committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    18b7c79 View commit details
    Browse the repository at this point in the history
  2. chore: fix test

    big-andy-coates committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    abd5fc3 View commit details
    Browse the repository at this point in the history
  3. chore: fix tests

    big-andy-coates committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    694bc74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b4c450 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. chore: fix test

    big-andy-coates committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4b556fd View commit details
    Browse the repository at this point in the history