Skip to content

Instantly share code, notes, and snippets.

@sijie
Created July 9, 2019 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sijie/e36924e2eb02658da73695071eceb280 to your computer and use it in GitHub Desktop.
Save sijie/e36924e2eb02658da73695071eceb280 to your computer and use it in GitHub Desktop.
KeyValue Schema Example
Schema<KeyValue<Integer, String>> kvSchema = Schema.KeyValue(
    Schema.INT32,
    Schema.STRING,
    KeyValueEncodingType.SEPARATED
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment