Skip to content

Commit

Permalink
fix: fix broken map coersion test case (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai authored and apurvam committed Oct 29, 2019
1 parent 44be5a2 commit b5ea24c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
},
{
"name": "OUTPUT",
"schema": {"type": "record", "name": "ignored", "fields": [{"name": "FOO", "type": ["null",{"type":"array","items":{"type":"record","name":"test","fields":[{"name":"key","type":["null","string"],"default":null},{"name":"value","type":["null","int"],"default":null}]}}]}]},
"schema": {"type": "record", "name": "ignored", "fields": [{"name": "FOO", "type": ["null",{"type":"array","items":{"type":"record","name":"test","fields":[{"name":"key","type":["null","string"],"default":null},{"name":"value","type":["null","string"],"default":null}]}}]}]},
"format": "AVRO"
}
],
Expand Down Expand Up @@ -654,4 +654,4 @@
}
}
]
}
}

0 comments on commit b5ea24c

Please sign in to comment.