Skip to content

Commit

Permalink
Update src/connector/codec/src/decoder/avro/schema.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Jul 8, 2024
1 parent 1f0e216 commit c915565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connector/codec/src/decoder/avro/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ fn avro_type_mapping(
.is_none(),
"Union contains duplicate types: {union_schema:?}",
);
// We only support using union to represent nullable fields, not general unions.
match get_nullable_union_inner(union_schema) {
Some(inner) => avro_type_mapping(inner, map_handling)?,
None => {
Expand Down

0 comments on commit c915565

Please sign in to comment.