Skip to content

Instantly share code, notes, and snippets.

@charles-tan
Created March 4, 2024 20:44
Show Gist options
  • Save charles-tan/93efa459571ef35528bdfcb48f51b4e3 to your computer and use it in GitHub Desktop.
Save charles-tan/93efa459571ef35528bdfcb48f51b4e3 to your computer and use it in GitHub Desktop.
static final ListStateDescriptor<byte[]> SPLITS_STATE_DESC =
new ListStateDescriptor<>("SourceReaderState", BytePrimitiveArraySerializer.INSTANCE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment