Skip to content

Commit 6b1e99c

Browse files
committed
typo
1 parent 7b7f87b commit 6b1e99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LogicalTypes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ required group my_union (UNION) {
384384
optional boolean bool;
385385
}
386386
```
387-
A projection might return an empty union if the non-null field is projected out. However we know that the Union is inon-null,
387+
A projection might return an empty union if the non-null field is projected out. However we know that the Union is non-null,
388388
it just contains a value that was not read from disk.
389389

390390
- If the union is nullable then at most one field is non-null and the field containing the union is optional
@@ -404,7 +404,6 @@ If the Union field is non-null then the value is non-null but was not read from
404404

405405
- If - despite the spec - a group instance contains more than one non-null field the behavior is undefined and may change depending on the projection applied.
406406

407-
408407
#### Mapping to Avro Unions
409408
- an Avro Union that contains Null and at least two other types will map to an optional Parquet Union (of the remaining types).
410409
- an Avro Union that does not contain null will map to a required Parquet Union.

0 commit comments

Comments
 (0)