Skip to content

Instantly share code, notes, and snippets.

View minukmarkchoi's full-sized avatar

minukmarkchoi

View GitHub Profile
context "when using plain schema with a date logicalType" do
before do
define_schema "person.avsc", <<-AVSC
{
"name": "person",
"type": "record",
"fields": [
{
"type": "string",
"name": "full_name"