Skip to content

Commit 4bbd92d

Browse files
rambleraptorFokko
andauthored
Update pyiceberg/io/pyarrow.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent cfe4a4e commit 4bbd92d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyiceberg/io/pyarrow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,8 +1126,6 @@ def _(obj: pa.Field, visitor: PyArrowSchemaVisitor[T]) -> T:
11261126

11271127
visitor.before_field(obj)
11281128
try:
1129-
if obj.name == "timestamp_ns":
1130-
print("alexstephen")
11311129
result = visit_pyarrow(field_type, visitor)
11321130
except TypeError as e:
11331131
raise UnsupportedPyArrowTypeException(obj, f"Column '{obj.name}' has an unsupported type: {field_type}") from e

0 commit comments

Comments
 (0)