Skip to content

Commit 6a6a769

Browse files
authored
Remove requirement that geometry columns must not be a group field (#234)
1 parent 569b341 commit 6a6a769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format-specs/geoparquet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the [encoding](#encoding) section below for more details.
1818

1919
### Nesting
2020

21-
Geometry columns MUST be at the root of the schema. A geometry MUST NOT be a group field or nested in a group. In practice, this means that when writing to GeoParquet from another format, geometries cannot be contained in complex or nested types such as structs, lists, arrays, or map types.
21+
Geometry columns MUST be at the root of the schema. In practice, this means that when writing to GeoParquet from another format, geometries cannot be contained in complex or nested types such as structs, lists, arrays, or map types.
2222

2323
### Repetition
2424

0 commit comments

Comments
 (0)