Skip to content

Commit 7189c34

Browse files
committed
add comment
1 parent 244a79f commit 7189c34

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
@@ -158,7 +158,7 @@
158158

159159
def _check_schema_compatible(table_schema: Schema, other_schema: "pa.Schema") -> None:
160160
"""
161-
Check if the `table_schema` is compatible with `other_schema`.
161+
Check if the `table_schema` is compatible with `other_schema` in terms of the Iceberg Schema representation.
162162
163163
The schemas are compatible if:
164164
- All fields in `other_schema` are present in `table_schema`. (other_schema <= table_schema)

0 commit comments

Comments
 (0)