jun-he commented on a change in pull request #3965:
URL: https://github.com/apache/iceberg/pull/3965#discussion_r796842369
##########
File path: python/tests/test_types.py
##########
@@ -161,3 +191,46 @@ def test_nested_field():
assert field_var.field_id == 1
assert isinstance(field_var.type, StructType)
assert str(field_var) == str(eval(repr(field_var)))
+
+
[email protected](
+ "input_index,input_type",
+ [
+ (1, BooleanType),
+ (2, IntegerType),
+ (3, LongType),
+ (4, FloatType),
+ (5, DoubleType),
+ (6, DateType),
+ (7, TimeType),
+ (8, TimestampType),
+ (9, TimestamptzType),
+ (10, StringType),
+ (11, UUIDType),
+ (12, BinaryType),
+ ],
Review comment:
Let me check it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]