Skip to content

Commit ccb1108

Browse files
author
gmweaver
committed
fix comment
1 parent fa6ae29 commit ccb1108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/io/pyarrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ def __init__(self, iceberg_type: PrimitiveType, physical_type_string: str, trunc
20912091
physical_type_string == "FLOAT" and expected_physical_type == "DOUBLE"
20922092
):
20932093
pass
2094-
# Allow DECIMAL to be stored as FIXED_LEN_BYTE_ARRAY
2094+
# Allow DECIMAL to be stored as FIXED_LEN_BYTE_ARRAY, INT32 or INT64
20952095
elif physical_type_string == "FIXED_LEN_BYTE_ARRAY" and expected_physical_type in ("INT32", "INT64"):
20962096
pass
20972097
else:

0 commit comments

Comments
 (0)