We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acf26b commit cac298bCopy full SHA for cac298b
1 file changed
pyiceberg/io/pyarrow.py
@@ -2784,5 +2784,5 @@ def _get_field_from_arrow_table(arrow_table: pa.Table, field_path: str) -> pa.Ar
2784
2785
path_parts = field_path.split(".")
2786
field_array = arrow_table[path_parts[0]]
2787
- field_array = pc.struct_field(field_array, path_parts[1:]) # type: ignore
+ field_array = pc.struct_field(field_array, path_parts[1:])
2788
return field_array
0 commit comments