Skip to content

Commit e87a59a

Browse files
kevinjqliuFokko
andauthored
Update pyiceberg/table/__init__.py
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent 66dc30f commit e87a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _check_schema_compatible(table_schema: Schema, other_schema: "pa.Schema") ->
161161
Check if the `table_schema` is compatible with `other_schema` in terms of the Iceberg Schema representation.
162162
163163
The schemas are compatible if:
164-
- All fields in `other_schema` are present in `table_schema`. (other_schema <= table_schema)
164+
- All fields in `other_schema` are present in `table_schema`. (`other_schema table_schema`)
165165
- All required fields in `table_schema` are present in `other_schema`.
166166
167167
Raises:

0 commit comments

Comments
 (0)