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: remove Connect schema from Format interface #4637

Merged

Commits on Feb 26, 2020

  1. chore: remove Connect schema from Format interface

    As this interface is moving towards being a pluggable public interface.
    
    Now, the `Format` interface deals with converting SchemaRegistry `ParsedSchema`s into the list of `SimpleColumn` ksql should use. Each `SimpleColumn` defines the name and type of the column.
    
    Conversion between connect and ksql types is now handled by the `ConnectFormat` base class.  This base class currently converts all field names to uppercase. However, it is now possible for a format to return any-case names and those names will be respected.
    big-andy-coates committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    6cbd8c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. chore: merge from master

    Conflicting files
    ksql-functional-tests/src/main/java/io/confluent/ksql/test/tools/TestCaseBuilderUtil.java
    ksql-functional-tests/src/main/java/io/confluent/ksql/test/utils/SerdeUtil.java
    ksql-serde/src/main/java/io/confluent/ksql/serde/json/JsonFormat.java
    big-andy-coates committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c27ff1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d747928 View commit details
    Browse the repository at this point in the history