We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244a79f commit 7189c34Copy full SHA for 7189c34
pyiceberg/table/__init__.py
@@ -158,7 +158,7 @@
158
159
def _check_schema_compatible(table_schema: Schema, other_schema: "pa.Schema") -> None:
160
"""
161
- Check if the `table_schema` is compatible with `other_schema`.
+ Check if the `table_schema` is compatible with `other_schema` in terms of the Iceberg Schema representation.
162
163
The schemas are compatible if:
164
- All fields in `other_schema` are present in `table_schema`. (other_schema <= table_schema)
0 commit comments